Class MapiMessageReader
MapiMessageReader class
Represents a reader that can read a Microsoft Outlook Message format document.
public sealed class MapiMessageReader : IDisposable
Constructors
Name | Description |
---|
MapiMessageReader(Stream) | Initializes a new instance of the MapiMessageReader class for the specified stream. |
MapiMessageReader(string) | Initializes a new instance of the MapiMessageReader class for the specified file name. |
Methods
Name | Description |
---|
Dispose() | Releases the unmanaged resources used by the MapiMessageReader. |
ReadAttachments() | Extracts the attachment from the Outlook Message files. |
ReadMessage() | Parse the current stream and returns the data as a MapiMessage. |
See Also