We are using the Aspose c# library.
When we try to convert MSG files to PDF, for some MSG files, Sent Date appears twice in the PDF files.
Below is the code that we use:
// Load the MSG file
Mapimessage msg = MapiMess…...Load the MSG file MapiMessage msg = MapiMessage.Load(inputFilePath);...Load(inputFilePath); // Convert MapiMessage to MailMessage for rendering MailMessage...