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…...FileInputStream(sourceFilePath); MailMessage eml = MailMessage.load(fstream);...new ByteArrayOutputStrea(); eml.save(emlStream, SaveOptions.getDefaultMhtml());...