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…...use: // Load the MSG file MapiMessage msg = MapiMessage.Load(inputFilePath);...mhtmlStream.Position = 0; // Load the MHTML stream into Aspose...