Hello,
I have an issue saving email body with embedded images into DB. Images are not displayed. I tryed to use mht format:
Dim vMailMsg As Aspose.Network.Mail.MailMessage = Aspose.Network.Mail.MailMessage.Load(System.IO.Path.GetTempPath + filename, Aspose.Network.Mail.MessageFormat.Mht)
but vMailMsg.Body does not include any image information and image source is still e.g. .
What is the best way to save html of body including embedded images?