Hello,
We are converting MSG files to EML files via:
MailMessage message = MailMessage.load(new ByteArrayInputStream(msg), new MsgLoadOptions());
ByteArrayOutputStream out = new ByteArrayOutputStream();
EmlSaveOption…...EET 1 , which is a default placeholder value returned by the API...