NavigationPane.IsCollapsed Property
Outlook Developer Reference |
Returns or sets a Boolean value that determines whether the Navigation Pane is collapsed. Read/write.
Version Information
Version Added: Outlook 2007
Syntax
expression.IsCollapsed
expression A variable that represents a NavigationPane object.
Example
The following Visual Basic for Applications (VBA) example collapses the Navigation Pane after hiding all of the modules contained by it.
Visual Basic for Applications |
---|
|
See Also