I have 1000 emails (in .msg format) and I’d like to convert those to PDF files.
Reading .MSG file has already been asked here.
But the problem for me is to print .msg emails as you do from “File -> Print”.
Is there a simple way to print .msg emails to PDF?
If you want a solution implemented in a programming language instead of manually printing each message, you may consider using Aspose.Network and Aspose.Words for .NET components. They work together to convert MSG file to PDF.
Have a look at the sample code at this page. It does MSG to TIFF, but you may slightly modify and give any supported format including PDF, DOC, DOCX etc.