Hello.
We are in the procurement stage of the ASPOSE TOTAL licenses. While working on prototyping of some code to convert MSG format to PDF, we came across this article -
https://docs.aspose.com/email/java/saving-a-msg…...MsgLoadOptions(); MailMessage eml = MailMessage.load(MyDir + "...saveOptions.setSaveAttachments(false); eml.save(MyDir + "22.4.mhtml", saveOptions);...