Hello
When I convert an eml file to a msg file, sent date is not preserved. I tried to force PreserveOriginalDate to True, even if default value is true but result is the same.
If I convert the generated msg file to pd…...EmailLoadOptions loadOptions = new GroupDocs.Conversion.Options...using (Converter converter = new Converter(fileName, () => loadOptions))...