Comments on: Convert Outlook .msg file to MIME format in .NET https://www.limilabs.com/blog/convert-outlook-msg-file-to-mime-format-in-net Sat, 16 Aug 2014 10:09:57 +0000 hourly 1 https://wordpress.org/?v=6.3.4 By: Limilabs support https://www.limilabs.com/blog/convert-outlook-msg-file-to-mime-format-in-net#comment-585212 Thu, 05 Dec 2013 13:02:18 +0000 http://www.limilabs.com/blog/?p=4371#comment-585212 In reply to Andriy Homchenov.

@Andriy,

Mail.dll provides easy access to MIME email messages and a way for converting Outlook’s msg format to MIME message.

When you have IMail object instance, you can easy access all email properties (such as Subject, Text, Attachments,…) and use external tool (such as PDFsharp) to a create pdf file.

]]>
By: Andriy Homchenov https://www.limilabs.com/blog/convert-outlook-msg-file-to-mime-format-in-net#comment-585169 Thu, 05 Dec 2013 08:35:22 +0000 http://www.limilabs.com/blog/?p=4371#comment-585169 Is this the same process for convert .eml and .msg files into pdf files?

]]>