NavigationModules.Item Method
Outlook Developer Reference |
Returns a NavigationModule object from the collection.
Version Information
Version Added: Outlook 2007
Syntax
expression.Item(Index)
expression An expression that returns a NavigationModules object.
Parameters
Name | Required/Optional | Data Type | Description |
---|---|---|---|
Index | Required | Variant | 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. |
Return Value
A NavigationModule object that represents the specified object.
Remarks
The Name property is the default property of the NavigationModule object.
See Also