Hello,
We are converting MSG files to EML files via:
MailMessage message = MailMessage.load(new ByteArrayInputStream(msg), new MsgLoadOptions());
ByteArrayOutputStream out = new ByteArrayOutputStream();
EmlSaveOption…... raw EML headers, message.getDate()...etc.)? Have you checked the raw EML headers , and can you confirm...