Convert to Mhtml - text and special characters lost

Hi,


I am using SaveOptions.DefaultMhtml in order to convert msg files to mhtml.
The attached mgs files are converted wrong.
- "96778_text_missing.msg"
In the result mhtml file big parts of the text are missing.
- "74690_font_umlauts_missing.msg"
In the result mhtml file the umlaut characters and are replaced by "?"

My code is very simple:

var doc = MailMessage.Load(input);
doc.Save(output, SaveOptions.DefaultMhtml);

Am I doing something wrong? Is it possible to correct these problems?

Hi Vassil,

Thank you for writing to Aspose support team.

We have investigated these two issues at our end and were able to reproduce the same at our end using the latest version of Aspose.Email for .NET 5.4.0. Both the issues have been reported to our Product team as per the following details. We’ll notify you here as soon as there is some information or a fix version available in this regard.

EMAILNET-34822: MSG to MHTML: Text missing from message body
EMAILNET-34823: MSG to MHTML: Encoding issue in output

The issues you have found earlier (filed as EMAILNET-34822;EMAILNET-34823) have been fixed in this update.


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