I’m converting eml to mht using aspose email using the below code
Aspose.Email.MailMessage message = Aspose.Email.MailMessage.Load(fileName);
MhtSaveOptions options = SaveOptions.DefaultMhtml;
options.FormatTemplates[…...DateTime] = "ddd dd MMM yyyy hh:mm:ss"; You can refer to the...DateTime] = “ddd dd MMM yyyy hh:mm:ss”; that gives wrong output...