Hi,
the attached eml file contains a single embedded picture. I want to convert this file to Mhtml in order to display it via Aspose.Words.
The result mhtml file does not look okay. Both Aspose.Words and MS Word display it like it is a simple text file. I expect to see mail header information and the embedded picture.
My code is very simple:
var doc = MailMessage.Load(input);
doc.Save(output, SaveOptions.DefaultMhtml);