NavigationFolder Object (Outlook)

Represents a navigation folder displayed in a navigation group of a navigation module in the Navigation Pane.

Version Information

Version Added: Outlook 2007

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.

See Also

Concepts

NavigationFolder Object Members

Outlook Object Model Reference