Load, View and Parse Outlook MSG file using C++ Email Library

Loading, Viewing and Parsing MSG File

This topic explains how to load a Microsoft Outlook Messagefile (*.msg) using C++ Email Parser Library.

The MapiMessage class is used to load MSG files, and provides several static loading functions for different scenarios. The following code snippet shows you how to load MSG files from file or from stream.

Loading MSG Files

The following code snippet shows you how to load MSG files.

Loading from Stream

The following code snippet shows you how to load file from stream.