_NavigationGroups.Item[Object] Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a NavigationGroup object from the collection.
public:
property Microsoft::Office::Interop::Outlook::NavigationGroup ^ default[System::Object ^] { Microsoft::Office::Interop::Outlook::NavigationGroup ^ get(System::Object ^ Index); };
public Microsoft.Office.Interop.Outlook.NavigationGroup this[object Index] { get; }
Default Public ReadOnly Property Item(Index As Object) As NavigationGroup
Parameters
- Index
- Object
The index number of the object.
Property Value
A NavigationGroup object that represents the specified object.
Remarks
The index value of a NavigationGroup in the collection represents the ordinal position of the navigation group when displayed in the Navigation Pane. Changing the position of navigation groups also changes the index values of navigation groups contained within the NavigationGroups collection.