Hi I am having an issue when reading and email .msg file using the Aspose.Email DLL the read in HTML body has characters replaced lake the encoding is incorrect.
For example and ' char is replaced withFor example and ' char is replaced with ’
Opening the .msg file directly using outlook shows the email message correctly.
I am reading the .msg file in code as follows:
MailMessage existingMailMessage = new MailMessage();
existingMailMessage = MailMessage.Load(spFile.OpenBinaryStream(), MessageFormat.Msg);
Any help or suggestions would be appreciated.
Please see attached zipped email that is causing the problem.
Regards... Oz