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…... Could you please try setting the EmbedResources property...August 3, 2016, 8:57pm 3 Hi, Setting EmbedResources does not work...