NavigationGroups Members
Include Protected Members
Include Inherited Members
Contains a set of NavigationGroup objects that represent the navigation groups displayed by a navigation module in the Navigation Pane.
The NavigationGroups type exposes the following members.
Properties
Name | Description | |
---|---|---|
Application | Returns an Application object that represents the parent Outlook application for the object. Read-only. (Inherited from _NavigationGroups.) | |
Class | Returns an OlObjectClass constant indicating the object's class. Read-only. (Inherited from _NavigationGroups.) | |
Count | Returns an Integer (int in C#) value indicating the count of objects in the specified collection. Read-only. (Inherited from _NavigationGroups.) | |
Item | Returns a NavigationGroup object from the collection. (Inherited from _NavigationGroups.) | |
Parent | Returns the parent Object of the specified object. Read-only. (Inherited from _NavigationGroups.) | |
Session | Returns the NameSpace object for the current session. Read-only. (Inherited from _NavigationGroups.) |
Top
Methods
Name | Description | |
---|---|---|
Create | Creates and returns a new NavigationGroup object, added to the end of the NavigationGroups collection. (Inherited from _NavigationGroups.) | |
Delete | Deletes the specified NavigationGroup object from the NavigationGroups collection. (Inherited from _NavigationGroups.) | |
GetDefaultNavigationGroup | Returns the NavigationGroup that corresponds to the selected default shared folder group. (Inherited from _NavigationGroups.) |
Top
Events
Name | Description | |
---|---|---|
NavigationFolderAdd | Occurs after a folder is added to a NavigationGroups collection. (Inherited from NavigationGroupsEvents_12_Event.) | |
NavigationFolderRemove | Occurs after a navigation folder has been removed from the NavigationGroups collection. (Inherited from NavigationGroupsEvents_12_Event.) | |
SelectedChange | Occurs after the selection state is changed for a navigation folder contained in a Calendar navigation module. (Inherited from NavigationGroupsEvents_12_Event.) |
Top