NavigationFolder object (Outlook)

Represents a navigation folder displayed in a navigation group of a navigation module in the navigation pane.

Remarks

Use the Item method to retrieve a NavigationFolder object from the NavigationFolders collection of the parent NavigationGroup object. Use the Add method of the NavigationFolders collection to create a new NavigationFolder object based on an existing Folder object.

Use the Folder method to return or set the Folder object on which the NavigationFolder object is based.

Use the IsSelected property to determine if the navigation folder is selected and the Position property to return or set the display position of the navigation folder within the navigation pane. You can also use the DisplayName property to return the display name of the navigation folder within the navigation pane.

Use the IsRemovable property to determine if a navigation folder can be removed from the NavigationFolders collection and the IsSideBySide property to return or set the viewing mode for a navigation folder associated with a CalendarModule object.

Properties

Name
Application
Class
DisplayName
Folder
IsRemovable
IsSelected
IsSideBySide
Parent
Position
Session

See also

Outlook Object Model Reference

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.