_NavigationFolders.Item[Object] Property

Definition

Returns a NavigationFolder object from the collection.

public:
 property Microsoft::Office::Interop::Outlook::NavigationFolder ^ default[System::Object ^] { Microsoft::Office::Interop::Outlook::NavigationFolder ^ get(System::Object ^ Index); };
public Microsoft.Office.Interop.Outlook.NavigationFolder this[object Index] { get; }
Default Public ReadOnly Property Item(Index As Object) As NavigationFolder

Parameters

Index
Object

Either the index number of the object, or the value used to match the default property of an object in the collection.

Property Value

A NavigationFolder object that represents the specified object.

Remarks

The index value of a NavigationFolder in the collection represents the ordinal position of the folder in the navigation group when displayed in the Navigation Pane. Changing the position of navigation folders within the navigation group also changes the index values of folders contained within the NavigationFolders collection for that NavigationGroup object.

Applies to