Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 1.21 KB

Outlook.OrderFields.Add.md

File metadata and controls

43 lines (26 loc) · 1.21 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
OrderFields.Add method (Outlook)
vbaol11.chm2678
vbaol11.chm2678
Outlook.OrderFields.Add
aabd32ef-e707-ddc5-24b6-723293273e56
06/08/2017
medium

OrderFields.Add method (Outlook)

Creates a new OrderField object and appends it to the OrderFields collection.

Syntax

expression.Add (PropertyName, IsDescending)

expression A variable that represents an OrderFields object.

Parameters

Name Required/Optional Data type Description
PropertyName Required String The name of the property to which the new object is associated.
IsDescending Optional Boolean The value used to set the IsDescending property of the new OrderField object. If this value is not specified, the default value of the IsDescending property is used.

Return value

An OrderField object that represents the new order field.

See also

OrderFields Object

[!includeSupport and feedback]