Tabulator (\t) are replaced by 8 spaces in PlainText mails
Hi Aspose,The attached MSG file is a PlainText mail where the tabulator character (\t) is used on severel lines to indent information.When opening the mail with Aspose 5.2, the TextBody contains 8...
View Articlesave email message in different formats
hi i am having problem in saving the email message in emlx format but i did not found the solution if you can help me out.message.Save(path + "Message.eml", SaveOptions.DefaultEml);i used the abouve...
View ArticleProblem in sending email using api
hi asposei am using following line of code to send email using api but the problem is that is does not work , kindly check if there is any error. MailMessage message = new MailMessage();...
View ArticleDifference between message type
Hi, We have a message for which MailMessage and MapiMessage shows different body types. I have doubt that there is some issue. what is the proper way to note which one is showing the correct body type....
View ArticleException while using Aspose.Email.Exchange
I am using Aspose.Email.Exchange and while reading the message from exchange using this.client.FetchMessage(message.MessageUri) we keep getting an exception "An invalid character was found in the...
View ArticleReading OST and PST files
Hello, I bought the OEM version of your email for .Net product and am hoping you can point me to an example of reading OST and PST files with the example preferably in VB.Net or C#. Might you have such...
View ArticleUniquely identify record in Exchange using EWS
How can I uniquely identify a email in Exchange using Aspose.Email. We are currently working on UniqueURI from ExchangeMessageInfo to identify a unique message in Exchange but that does not seems to...
View ArticleRTF Conversion Problems when text starts with a number
I am attempting to build an email given an RTF body and will then save the message as an MSG file to be opened in Outlook. The problem I am having is that I convert the RTF body to html then set it as...
View ArticleConverting lots of Emails
Hello, I need to convert over 200k emails from .EML to .MSG. Does this feature only allow you to convert one email at a time? If so, can it be used programmatically to convert that many emails?
View ArticleMailAddress.setFrom doesn't work
Hi, very simple example:String fromAddress=......String toAddess=.....MailMessage message = new MailMessage(fromAddress, toAddress);message.save(fileName, SaveOptions.getDefaultMsgUnicode()); The...
View ArticleLosing images when sending mail
We use a logo in our mail.These are added through linked resources.For sample code see post: 616457.We recently update from V5.1 to V5.2.Now when we sent the mails the images are not embedded in the...
View ArticleFormatException when add mailformed address to HeaderCollection
Code: String toAddr = "\"abc ~!@#$%^&*()_+`1234567890-={}|[]\\:\"'?./');"; HeaderCollection hc = new HeaderCollection(); hc.add("to", toAddr);Exception:class...
View ArticleE-mail date time zone issue
Hi,I have an EML message with the following date in the content:Date: Thu, 12 Mar 2015 14:50:08 +0000But when I read that date using MailMessage.getDate() it return wrong time zone:Thu Mar 12 14:50:08...
View Articleerror about Aspose.Email 5.1 with .net framework 4.0(.exe application)
Hello I used Aspose.Email 5.1 with .net framework 4.0(.exe application) showed error. please see as below.Aspose.Email.Mail.SmtpException: The operation has timed out. at...
View ArticleFetch attachement only
Hi, Can we only fetch attachments information of an email using this API? THanks
View Articlesometime I got error timeout but the recipient can get email.
Hello, I used Aspose.Email .netSometime i got error "The operation has timed out." but recipient can get my email.Error message: Aspose.Email.Mail.SmtpException: The operation has timed out. at...
View ArticleCreating appointment with Recurrences
Hi, How do I create an Appointment having the following: 1. Daily Recurrence Pattern every 2 days 2. Set its Recurrence Range with Start: 22/4/2015 and specify one of the option from "Noendddate", "End...
View ArticleHiding a value in message
Hi, We know that message headers can be used to add secret values to the message that can be retrieved at the receiving end. However, this isn't much safe as anyone can explore the headers section. Is...
View ArticleMultipart/mixed content incorrectly interpreted as an attachment
The attached file is a multipart/mixed EML file. The file has two parts, both of which are plain text and neither of which contains the "Content-Disposition: Attachment" header indicating that the...
View Article