Click or drag to resize

FolderInfo Properties

The FolderInfo type exposes the following members.

Properties
 NameDescription
Public propertyCanSelect Gets the value indicating if you can select this folder. (Searches for NoSelect or NonExistent flag)
Public propertyFlags Gets flags associated with this folder.
Public propertyHasChildren Gets the value indicating if this folder has children. HasNoChildren or NoInferiors flag results in false, HasChildren in true, null otherwise.
Public propertyIsInbox Gets the boolean value indicating, if this instance is INBOX folder.
Public propertyName Gets the full folder name.
Public propertyParent Gets the parent of this folder.
Public propertySeparatorCharacter Gets the folder path separator character.
Public propertyShortName Gets the name of the last (deepest) path level name.
Public propertySubFolders Gets the direct sub folders of this folder.
Top
See Also