OlFolderDisplayMode Enum

Definition

Specifies the folder display mode.

public enum class OlFolderDisplayMode
public enum OlFolderDisplayMode
Public Enum OlFolderDisplayMode
Inheritance
OlFolderDisplayMode

Fields

olFolderDisplayFolderOnly 1

Only the contents of the selected folder are displayed.

olFolderDisplayNoNavigation 2

Folder contents are displayed but no navigation pane is shown.

olFolderDisplayNormal 0

Folder is displayed with navigation pane on the left and folder contents on the right.

Remarks

Used as an optional parameter to the Add(Object, OlFolderDisplayMode) method.

Applies to