PstItem Class |
Namespace: MailBee.Outlook
The PstItem 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.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MakeStringSafeForFileName |
Replaces all those characters in the supplied string which cannot be used in filenames, with "_" symbols.
| |
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.
| |
MessageClass |
Gets message class of the item.
| |
PstFields |
Gets PST object fields collection.
| |
PstID |
Gets the PST ID of this item.
| |
PstType |
Gets the PST type of this object.
|