MapiMessage encoding issue

Hi,

It seams that Aspose.Email 4.1.0.0 has some encoding issue.

Please try my code snippet (test message is attached):

var mail = MailMessage.Load("test message.eml");
var mapi = MapiMessage.FromMailMessage(mail);
mapi.Save(@"d:\1.msg");

When you open saved file in Outlook, both sender and recipients info is shown incorrectly (see first picture). After few seconds recipients are shown correctly, but sender is not (second picture).

Following properties are effected by this issue:
  • PR_DISPLAY_TO_A
  • PR_SENDER_EMAIL_ADDRESS_A
  • PR_SENT_REPRESENTING_EMAIL_ADDRESS_A
  • PR_SENT_REPRESENTING_NAME_A

Thank,
Alex Shlma

Hi Alex,


Thank you for sharing your concern with us.

I was able to reproduce this issue at my end using the latest version of Aspose.Email for .NET 4.2.0 and have logged it as NETWORKNET-34378 in our issue tracking system for further investigation by our development team. Once there is any information available in this regard, we’ll update you here via this thread here.

We are sorry for the inconvenience caused to you.

The issues you have found earlier (filed as NETWORKNET-34378) have been fixed in this update.


This message was posted using Notification2Forum from Downloads module by Aspose Notifier.