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

Convert to Mhtml - text and special characters lost.

$
0
0
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?

Viewing all articles
Browse latest Browse all 1367

Trending Articles