Skip to content

Latest commit

 

History

History
49 lines (27 loc) · 1.17 KB

Outlook.NavigationModules.Item.md

File metadata and controls

49 lines (27 loc) · 1.17 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
NavigationModules.Item method (Outlook)
vbaol11.chm2800
vbaol11.chm2800
Outlook.NavigationModules.Item
ee8fdd9c-2b94-29c3-7622-f6e5c8c5399c
06/08/2017
medium

NavigationModules.Item method (Outlook)

Returns a NavigationModule object from the collection.

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

NavigationModules Object

[!includeSupport and feedback]