Hi guys,
i face an issue with “strange” TWO multipart EML structure (please see attachment).
Email object can’t parse it correctly -> e.g. doesn’t see any LinkedResources.
Additionally when i save Email as MHTML and try to open as AsposeWords Document:
lEml.Save(lStreamMHT);
lStreamMHT.Position = 0;
Aspose.Words.LoadOptions lLoadOptions = new Aspose.Words.LoadOptions();
lLoadOptions.LoadFormat = Aspose.Words.LoadFormat.Mhtml;
Aspose.Words.Document lDocument = new Aspose.Words.Document(lStreamMHT, lLoadOptions);
I get following exception: Unsupported target content type in a multipart/related structure: text/plain.
Any idea?