Skip to content

Latest commit

 

History

History
44 lines (25 loc) · 1.15 KB

Outlook.OrderFields.Item.md

File metadata and controls

44 lines (25 loc) · 1.15 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
OrderFields.Item method (Outlook)
vbaol11.chm2677
vbaol11.chm2677
Outlook.OrderFields.Item
0738f59e-8eda-18af-1aee-13d566c248db
06/08/2017
medium

OrderFields.Item method (Outlook)

Returns an OrderField object from the collection.

Syntax

expression.Item (Index)

expression A variable that represents an OrderFields object.

Parameters

Name Required/Optional Data type Description
Index Required Variant The value can be a one-based integer that indexes an OrderField object in the OrderFields collection, a string that matches the ViewXMLSchemaName property value of an OrderField object in the collection, or a field name as displayed in the Field Chooser.

Return value

An OrderField object that represents the specified object.

See also

OrderFields Object

[!includeSupport and feedback]