OlFolderDisplayMode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the folder display mode.
public enum class OlFolderDisplayMode
public enum OlFolderDisplayMode
Public Enum OlFolderDisplayMode
- Inheritance
-
OlFolderDisplayMode
Fields
Name | Value | Description |
---|---|---|
olFolderDisplayNormal | 0 | Folder is displayed with navigation pane on the left and folder contents on the right. |
olFolderDisplayFolderOnly | 1 | Only the contents of the selected folder are displayed. |
olFolderDisplayNoNavigation | 2 | Folder contents are displayed but no navigation pane is shown. |
Remarks
Used as an optional parameter to the Add(Object, OlFolderDisplayMode) method.