FolderInfo Properties |
The FolderInfo type exposes the following members.
Name | Description | |
---|---|---|
CanSelect |
Gets the value indicating if you can select this folder. (Searches for NoSelect or NonExistent flag)
| |
Flags |
Gets flags associated with this folder.
| |
HasChildren |
Gets the value indicating if this folder has children.
HasNoChildren or NoInferiors flag results in false, HasChildren in true, null otherwise.
| |
IsInbox |
Gets the boolean value indicating, if this instance is INBOX folder.
| |
Name |
Gets the full folder name.
| |
Parent |
Gets the parent of this folder.
| |
SeparatorCharacter |
Gets the folder path separator character.
| |
ShortName |
Gets the name of the last (deepest) path level name.
| |
SubFolders |
Gets the direct sub folders of this folder.
|