NavigationGroups Members (Outlook)

GitHub-Mark-64px

Contribute to this content

Use GitHub to suggest and submit changes. See our guidelines for contributing to VBA documentation.

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

Events

Name

Description

NavigationFolderAdd

Occurs after a folder is added to a NavigationGroups collection.

NavigationFolderRemove

Occurs after a navigation folder has been removed from the NavigationGroups collection.

SelectedChange

Occurs after the selection state is changed for a navigation folder contained in a Calendar navigation module.

Methods

Name

Description

Create

Creates and returns a new NavigationGroup object, added to the end of the NavigationGroups collection.

Delete

Deletes the specified NavigationGroup object from the NavigationGroups collection.

GetDefaultNavigationGroup

Returns the NavigationGroup that corresponds to the selected default shared folder group.

Item

Returns a NavigationGroup object from the collection.

Properties

Name

Description

Application

Returns an Application object that represents the parent Outlook application for the object. Read-only.

Class

Returns an OlObjectClass constant indicating the object's class. Read-only.

Count

Returns a Long indicating the count of objects in the specified collection. Read-only.

Parent

Returns the parent Object of the specified object. Read-only.

Session

Returns the NameSpace object for the current session. Read-only.