I convert a msg file to HTML by MailMessage mail = MailMessage.load(msgPath); SaveOptions opt = SaveOptions.createSaveOptions(MailMessageSaveType.getHtmlFormat()); mail.save(htmlPath, opt); Some Images are changed to Ba…...Missing inline images after conversion from msg to HTML Aspose...mail.save(htmlPath, opt); Some images are changed to Base64 encoded...