NavigationGroups Object Members

Outlook Developer Reference

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

Methods

  Name Description
Bb176697.methods(en-us,office.12).gif Create Creates and returns a new NavigationGroup object, added to the end of the NavigationGroups collection.
Bb176697.methods(en-us,office.12).gif Delete Deletes the specified NavigationGroup object from the NavigationGroups collection.
Bb176697.methods(en-us,office.12).gif GetDefaultNavigationGroup Returns the NavigationGroup that corresponds to the selected default shared folder group.
Bb176697.methods(en-us,office.12).gif Item Returns a NavigationGroup object from the collection.

Properties

  Name Description
Bb176697.properties(en-us,office.12).gif Application Returns an Application object that represents the parent Outlook application for the object. Read-only.
Bb176697.properties(en-us,office.12).gif Class Returns an OlObjectClass constant indicating the object's class. Read-only.
Bb176697.properties(en-us,office.12).gif Count Returns a Long indicating the count of objects in the specified collection. Read-only.
Bb176697.properties(en-us,office.12).gif Parent Returns the parent Object of the specified object. Read-only.
Bb176697.properties(en-us,office.12).gif Session Returns the NameSpace object for the current session. Read-only.

Events

  Name Description
Bb176697.events(en-us,office.12).gif NavigationFolderAdd Occurs after a folder is added to a NavigationGroups collection.
Bb176697.events(en-us,office.12).gif NavigationFolderRemove Occurs after a navigation folder has been removed from the NavigationGroups collection.
Bb176697.events(en-us,office.12).gif SelectedChange Occurs after the selection state is changed for a navigation folder contained in a Calendar navigation module.