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

.Net 3.5 Aspose.Email bad characters

$
0
0

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

 


Viewing all articles
Browse latest Browse all 1367

Trending Articles