PstFolder Class |
Namespace: MailBee.Outlook
The PstFolder 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.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetPstSubFolders(Boolean) |
Gets the list of sub-folders of the given folder.
| |
GetPstSubFolders(Boolean, String) |
Gets the list of sub-folders of the given folder with specified delimiter
which is used as a hierarchy delimiter of separate levels of folder names.
| |
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 | |
---|---|---|
Items |
Gets the collection of all items in this folder which are not sub-folders.
| |
Name |
Gets the full name of the folder including parent folder names if any.
| |
PstID |
Gets the PST ID of this folder.
| |
SafeName |
Gets the safe full name (which can be created on the file system)
of the folder including parent folder names if any.
| |
SafeShortName |
Gets the safe short name (which can be created on the file system)
(without parent folder names if any) of the folder.
| |
ShortName |
Gets the short name (without parent folder names if any) of the folder.
|