Hi,
We are converting EML to MSG in Java but not preserving the attachment format (setPreserveEmbeddedMessageFormat(false)), meaning that if there are EML attachments, they get converted to MSG too. However, this does not preserve the timestamps. Is there a way to preserve the timestamp?
Thanks.