NavigationGroup Object

Outlook Developer Reference

Represents a navigation group displayed by a navigation module in the Navigation Pane.

Version Information
 Version Added:  Outlook 2007

Remarks

Use the Item method to retrieve a NavigationGroup object from the NavigationGroups collection of a parent navigation module, such as a MailModule object. Use the Create method of the NavigationGroups collection to create a new NavigationGroup object.

Use the GroupType property to determine the group type of the navigation group and the Position property to return or set the display position of the navigation group within the Navigation Pane. You can also use the Name property to return or set the display name of the navigation group within the Navigation Pane.

Use the NavigationFolders property to return a NavigationFolders object containing the navigation folders for the specified navigation group.

See Also