Thunderbird and Outlook Formats Conversion Via C++

Microsoft® Outlook and Thunderbird email files and message archives parsing and conversion to build C++ applications.

 

Use C++ Email API for parsing formats including MSG, EML, EMLX & MHT without knowing the detail of format specification to build mail processing solutions. Moreover, Developers can manage MIME messages, Outlook formats, produce and consume iCalendar (RFC 2445) recurrence patterns and more.

Save Email Formats to Different Formats

Conversion process is simple for mostly Outlook and Thunderbird formats. Discussing few cases here, EML to MHTML and MSG to HTML with header information and custom timezone. For the first case, load the required file MailMessage ::Load and call the Save mehtod with required extension and SaveOptions . And for the second case we will set the custom time zone and use HtmlSaveOptions for setting header information.

C++ Code for EML to MHTML Conversion
C++ Code for MSG to HTML Conversion