Quantcast
Channel: Aspose.Email Product Family
Viewing all articles
Browse latest Browse all 1367

Unreadable sendername after converting .msg to eml

$
0
0

Attached to this support question, you will find a rar containing a sample.msg file. When I try to convert this .msg file to it's .eml equivalent,I get special character issues on the sender name (header). How can this issue be solved ?

At the moment this is how i do the conversion according to the API:


   MailMessage msg = MailMessage.Load(pathofMsg, MailMessageLoadOptions.DefaultMsg);
   msg.Save(pathtoEml, SaveOptions.DefaultEml);

I am using: 4.0 Aspose.Email for .NET   

Please should you need further information, don't hesitate  to contact me.



Viewing all articles
Browse latest Browse all 1367

Trending Articles