I was wondering if it is somehow possible to change the date format when an email was sent, that will be rendered onto the converted document?
The Viewer works as expected by applying the format from System.Globalization.CultureInfo.CurrentCulture, but Conversion always give me a format like that: “Wed, 12 Feb 2020 10:48:35 +0000”.
Am I missing something, or is this functionality only available for the Viewer?
If so, can we please get it for Conversion too, or an option to configure it?
(Using GroupDocs.Viewer / GroupDocs.Conversion v20.1.0 for C#)