MapiMessageReader

MapiMessageReader class

Represents a reader that can read a Microsoft Outlook Message format document.

Constructors

NameDescription
MapiMessageReader (2 overloads)Initializes a new instance of the MapiMessageReader class for the specified file name.

Methods

NameDescription
DestroyAttachmentsDestroies the attachments in the specified Outlook Message files
DisposeReleases the unmanaged resources used by the MapiMessageReader .
get_FileSystem
get_VentureLicenseThis is part of the venture licensing pattern. This value will be set by VentureLicenser if the venture passes us a LoadOptions object.
ReadAttachmentsExtracts the attachment from the Outlook Message files.
ReadMessageParse the current stream and returns the data as a MapiMessage .
RemoveAttachmentsRemoves the attachments from the specified Outlook Message files
set_VentureLicenseThis is part of the venture licensing pattern. This value will be set by VentureLicenser if the venture passes us a LoadOptions object.