OlFolderDisplayMode Enumeration

Specifies the folder display mode.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
Public Enumeration OlFolderDisplayMode
'Usage
Dim instance As OlFolderDisplayMode
public enum OlFolderDisplayMode

Members

Member name Description
olFolderDisplayNormal Folder is displayed with navigation pane on the left and folder contents on the right.
olFolderDisplayFolderOnly Only the contents of the selected folder are displayed.
olFolderDisplayNoNavigation Folder contents are displayed but no navigation pane is shown.

Remarks

Used as an optional parameter to the _Explorers.Add method.

See Also

Reference

Microsoft.Office.Interop.Outlook Namespace