PstMessage Class |
Namespace: MailBee.Outlook
The PstMessage type exposes the following members.
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetAsMailMessage |
Gets this PST object as MailMessage object.
(Overrides PstItemGetAsMailMessage.) | |
GetAsMailMessage(Boolean) |
Gets this PST object as MailMessage object with or without "X-Msg" headers.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
Keywords |
Gets ";"-separated list of keywords associated with this item.
(Inherited from PstItem.) | |
MessageClass |
Gets message class of the item.
(Inherited from PstItem.) | |
PstFields |
Gets PST object fields collection.
(Overrides PstItemPstFields.) | |
PstID |
Gets the PST ID of this item.
(Overrides PstItemPstID.) | |
PstType |
Gets the PST type of this object.
(Overrides PstItemPstType.) | |
RtfInEmlMethod |
Gets or sets whether RTF text body should be converted into attachment or body part of .EML message.
|
Message item corresponds to a MailMessage.
Use PstReader class to parse .PST files and extract data from them.