NavigationFolders.Item method (Outlook)
Returns a NavigationFolder object from the collection.
Syntax
expression.Item (Index)
expression A variable that represents a NavigationFolders object.
Parameters
Name | Required/Optional | Data type | Description |
---|---|---|---|
Index | Required | Variant | Either the index number of the object, or the value used to match the default property of an object in the collection. |
Return 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.
See also
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.