NavigationGroups Object

Outlook Developer Reference

Contains a set of NavigationGroup objects that represent the navigation groups displayed by a navigation module in the Navigation Pane.

Version Information
 Version Added:  Outlook 2007

Remarks

Use the NavigationGroups property of the parent navigation module, such as a MailModule object, to return a NavigationGroups object.

Use the Create method to create a new NavigationGroup object and add it to the collection. Use the Item method to retrieve a NavigationGroup object from the collection. Use the Delete method of the NavigationGroups collection to create a new NavigationGroup object.

Use the GetDefaultNavigationGroup to return the default navigation group for a specified group type.

See Also