Share via


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

Public property

Application

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

Public property

Class

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

Public property

Count

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

Public property

Item

Returns a NavigationFolder object from the collection. (Inherited from _NavigationFolders.)

Public property

Parent

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

Public property

Session

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

Top

Methods

 

Name

Description

Public method

Add

Adds the specified Folder, as a NavigationFolder object, to the end of the NavigationFolders collection. (Inherited from _NavigationFolders.)

Public method

Remove

Removes an object from the collection. (Inherited from _NavigationFolders.)

Top

See Also

Reference

NavigationFolders Interface

Microsoft.Office.Interop.Outlook Namespace