NavigationModules Members
Include Protected Members
Include Inherited Members
Contains a read-only set of NavigationModule objects that represent the navigation modules displayed by the Navigation Pane.
The NavigationModules 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 _NavigationModules.) | |
Class | Returns an OlObjectClass constant indicating the object's class. Read-only. (Inherited from _NavigationModules.) | |
Count | Returns an Integer (int in C#) value indicating the count of objects in the specified collection. Read-only. (Inherited from _NavigationModules.) | |
Item | Returns a NavigationModule object from the collection. (Inherited from _NavigationModules.) | |
Parent | Returns the parent Object of the specified object. Read-only. (Inherited from _NavigationModules.) | |
Session | Returns the NameSpace object for the current session. Read-only. (Inherited from _NavigationModules.) |
Top
Methods
Name | Description | |
---|---|---|
GetNavigationModule | Retrieves a NavigationModule object with the specified navigation module type from the Navigation Pane. (Inherited from _NavigationModules.) |
Top