_NavigationModules.Item[Object] Property

Definition

Returns a NavigationModule object from the collection.

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

Parameters

Index
Object

Either the integer index of the position of the navigation module in the Navigation Pane, or the value used to match the default property of an object in the collection.

Property Value

A NavigationModule object that represents the specified object.

Remarks

The Name property is the default property of the NavigationModule object.

Applies to