Explorer.NavigationPane Property
Outlook Developer Reference |
Returns a NavigationPane object that represents the Navigation Pane for an Explorer object. Read-only.
Version Information
Version Added: Outlook 2007
Syntax
expression.NavigationPane
expression A variable that represents an Explorer object.
Remarks
Some Explorer objects may not have an associated NavigationPane object. In such cases, this property returns Null (Nothing in Visual Basic.)
Example
The following Visual Basic for Applications (VBA) sample retrieves the NavigationPane object from the active Explorer object and then displays information about the number of navigation modules contained and displayed by the object.
Visual Basic for Applications |
---|
|
See Also
- Explorer Object
- Explorer Object Members
- How to: Add a Custom Folder to a Group and Display it in Overlay Mode by Default
- How to: Add a Folder to the Favorite Folders Group
- How to: Display Specific Modules in the Navigation Pane
- How to: Enumerate Active Folders in the Calendar View
- How to: Set a Module as the Currently Selected Module in the Navigation Pane
- How to: Show or Hide the Navigation Pane