MapiMessageReader
Contents
[
Hide
]MapiMessageReader class
Represents a reader that can read a Microsoft Outlook Message format document.
Constructors
| Name | Description |
|---|---|
| MapiMessageReader (2 overloads) | Initializes a new instance of the MapiMessageReader class for the specified file name. |
Methods
| Name | Description |
|---|---|
| DestroyAttachments | Destroies the attachments in the specified Outlook Message files |
| Dispose | Releases the unmanaged resources used by the MapiMessageReader . |
| get_FileSystem | |
| get_VentureLicense | This is part of the venture licensing pattern. This value will be set by VentureLicenser if the venture passes us a LoadOptions object. |
| ReadAttachments | Extracts the attachment from the Outlook Message files. |
| ReadMessage | Parse the current stream and returns the data as a MapiMessage . |
| RemoveAttachments | Removes the attachments from the specified Outlook Message files |
| set_VentureLicense | This is part of the venture licensing pattern. This value will be set by VentureLicenser if the venture passes us a LoadOptions object. |