Licence watermark issue on converted emails (JAVA)
Hi, I am running a JEE app that uses Aspose as part of a static pojo to convert mail, images, documents etc. I have the Aspose.Total licence and it works perfectly for PDF, Words and Cells but for...
View ArticleUninstall Downloaded Product
Dear Sir / Madam, We have downloaded Aspose.email few minutes ago to understand whether we can use it for mail security. But since the product made for some other purposes, we want to uninstall the...
View ArticleMultipart Mime load Issue
Hi,when I load the attached OriginalMultipartEmail.eml (see Attachment) usingvar message = MailMessage.Load(“OriginalMultipartEmail.eml”)and re-save it usingmessage.Save(“ResultingAsposeEmail.eml”)the...
View ArticleSmtpClient.Send() - This action cannot be completed because the other program...
Hi, we are using Aspose.EMail version 4.1.0.0When sending an email (var x = new Aspose.Email.Mail.SmtpClient(); x.Send(mailmessage); ) with one or more large attachments after some time i get the...
View ArticleGetting only sent time from email header.
Hi Aspose,I'm trying to get the email received time from email message. using msg.Headers.Get("Received").But it returns the lot of information as below. is there any other way to get only the email...
View Articleupgrade problems
I just upgraded from an older version from 2012 to v2.0.50727. However, it is taking several minutes and in some cases, hours to send the email. I am sending it using Async with a callback method. I am...
View ArticlePR_IN_REPLY_TO_ID mapi property getter is not implemented
Hello,We are trying to extract the PR_IN_REPLY_TO_ID (PR_IN_REPLY_TO_ID_W / PR_IN_REPLY_TO_ID_A) MAPI property from an msg message and it looks like it is not available... also not mentioned in the...
View ArticleAspose.Email.Outlook.MapiMessage throws OutOfMemoryException(s)
Hello Aspose.Email Support,The attached PST *always* throws OutOfMemoryExceptions when reading one specific email. MapiMessage.Body, BodyHtml, BodyRtf, and BodyType all cause the...
View Articleemail stack in draft
Hi,I'm trying to send email from my web site using the user credential. My issues at this point is that the email is not sent to the recipient, it's stack in the draft folder of the sender and I need...
View ArticleAspose.Email.Mail.Appointment causes PRODID to be changed
Hi,When I load Ics file, save it, and open the "source behind" I see:PRODID:-//Aspose Ltd//iCalender Builder (v3.0)//ENBut in the original file (attached) the "PRODID" header's value is:"-//Microsoft...
View ArticleIntellisense Not working in VS 2013
We are using Aspose.Email.Net and have a strange issue... The intellisense for Aspose.Email classes does not seem to exist/work in VS 2013. Any ideas?
View ArticleOutlook 365
Hi,Can we use Aspose.Email for connecting to Outlook365? We need to fetch emails from the mailbox and also send mails. Please advice.
View Articlefetchmessage when the message contains unicode
When I try to fetch message from exchange I get 'An invalid character was found in header value'. I see the problem raise when I try to get read receipt message with unicode char in display name, If...
View ArticleHeaders lost during MSG to PDF conversion
Hi,When converting the attached MSG to PDF, headers such as "Location" and "When" are lost.I am using the following code:-MailMessage message; String fileName = new File(inputFile).getName();...
View ArticleReply Email
Hello,I usemy code toreturn thereceivedmails.If Ihave an answertoan emailin myinbox,the content of thisemail willdisplayempty.ExchangeMessageInfoCollection msgCollection =...
View Articleout of memory error when loading over 1 Gb PST file with multiple 41m...
Try to read a large PST file with large attachment. The code is simple:PersonalStorage.fromFile(file.getAbsolutePath());Here is my test result: No of MessagesFile SizeMemoryTime to read...
View ArticleConverting TNEF to HTML, encoding and inline images
Hello,I am trying to convert a message sent from Outlook in TNEF format. I would like to get a HTML file with inline images in place. Is this possible with Aspose.Email? Currently I am struggling with...
View ArticleIgnoring UTC time in Appointment.load
Hi AsposeEvaluating Aspose.Email for Java 4.3.0, I try to load an ICS file which specifies UTC time into a PST, using the code below;String pathPSTFileStr = "c:\\temp\\testPST.pst"; String...
View ArticleContent is intechanged when we transform a msg file which has mix of html and...
Hi,I am using the following code:-MailMessage message; String fileName = new File(inputFile).getName(); message = MailMessage.load(inputFile, MessageFormat.getMsg()); fileName =...
View Articleextract plain text from htmlbody
is it possible to extract plain text from HtmlBody when TextBody is empty
View Article