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…...Words Document Document document = new Document(mhtmlStream);...; // Save the Document as a PDF file document.Save(outputFilePath...