Load, View and Parse Outlook MSG file using C++ Email Library
Contents
[
Hide
]
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.
Try it out!
Parse email files with the free Aspose.Email Parser App.
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.