NavigationFolders Members
Include Protected Members
Include Inherited Members
Contains a set of NavigationFolder objects that represent the navigation folders associated with a navigation group.
The NavigationFolders 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 _NavigationFolders.) | |
Class | Returns an OlObjectClass constant indicating the object's class. Read-only. (Inherited from _NavigationFolders.) | |
Count | Returns an Integer (int in C#) value indicating the count of objects in the specified collection. Read-only. (Inherited from _NavigationFolders.) | |
Item | Returns a NavigationFolder object from the collection. (Inherited from _NavigationFolders.) | |
Parent | Returns the parent Object of the specified object. Read-only. (Inherited from _NavigationFolders.) | |
Session | Returns the NameSpace object for the current session. Read-only. (Inherited from _NavigationFolders.) |
Top
Methods
Name | Description | |
---|---|---|
Add | Adds the specified Folder, as a NavigationFolder object, to the end of the NavigationFolders collection. (Inherited from _NavigationFolders.) | |
Remove | Removes an object from the collection. (Inherited from _NavigationFolders.) |
Top