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

Public property

Application

Returns an Application object that represents the parent Outlook application for the object. Read-only. (Inherited from _NavigationGroups.)

Public property

Class

Returns an OlObjectClass constant indicating the object's class. Read-only. (Inherited from _NavigationGroups.)

Public property

Count

Returns an Integer (int in C#) value indicating the count of objects in the specified collection. Read-only. (Inherited from _NavigationGroups.)

Public property

Item

Returns a NavigationGroup object from the collection. (Inherited from _NavigationGroups.)

Public property

Parent

Returns the parent Object of the specified object. Read-only. (Inherited from _NavigationGroups.)

Public property

Session

Returns the NameSpace object for the current session. Read-only. (Inherited from _NavigationGroups.)

Top

Methods

 

Name

Description

Public method

add_NavigationFolderAdd

(Inherited from NavigationGroupsEvents_12_Event.)

Public method

add_NavigationFolderRemove

(Inherited from NavigationGroupsEvents_12_Event.)

Public method

add_SelectedChange

(Inherited from NavigationGroupsEvents_12_Event.)

Public method

Create

Creates and returns a new NavigationGroup object, added to the end of the NavigationGroups collection. (Inherited from _NavigationGroups.)

Public method

Delete

Deletes the specified NavigationGroup object from the NavigationGroups collection. (Inherited from _NavigationGroups.)

Public method

GetDefaultNavigationGroup

Returns the NavigationGroup that corresponds to the selected default shared folder group. (Inherited from _NavigationGroups.)

Public method

remove_NavigationFolderAdd

(Inherited from NavigationGroupsEvents_12_Event.)

Public method

remove_NavigationFolderRemove

(Inherited from NavigationGroupsEvents_12_Event.)

Public method

remove_SelectedChange

(Inherited from NavigationGroupsEvents_12_Event.)

Top

Events

 

Name

Description

Public event

NavigationFolderAdd

Occurs after a folder is added to a NavigationGroups collection. (Inherited from NavigationGroupsEvents_12_Event.)

Public event

NavigationFolderRemove

Occurs after a navigation folder has been removed from the NavigationGroups collection. (Inherited from NavigationGroupsEvents_12_Event.)

Public 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

See Also

Reference

NavigationGroups Interface

Microsoft.Office.Interop.Outlook Namespace