Hello,
We are converting MSG files to EML files via:
MailMessage message = MailMessage.load(new ByteArrayInputStream(msg), new MsgLoadOptions());
ByteArrayOutputStream out = new ByteArrayOutputStream();
EmlSaveOption…...testing, we created a message in Outlook, saved it as a Unicode MSG...using to view the EML file (Outlook, Thunderbird, web client, custom...