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);
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.