Hello,
We are converting MSG files to EML files via:
MailMessage message = MailMessage.load(new ByteArrayInputStream(msg), new MsgLoadOptions());
ByteArrayOutputStream out = new ByteArrayOutputStream();
EmlSaveOption…...running the code snippet you provided, we were not able to reproduce...back into MailMessage from a stream, message.getDate() returns...