NavigationFolders.Item Method

Outlook Developer Reference

Returns a NavigationFolder object from the collection.

Version Information
 Version Added:  Outlook 2007

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