Share via


OrderField.IsDescending Property

Outlook Developer Reference

Returns or sets a Boolean value that indicates whether the contents of the OrderField object are sorted in descending order. Read/write.

Version Information
 Version Added:  Outlook 2007

Syntax

expression.IsDescending

expression   A variable that represents an OrderField object.

Remarks

If this property is set to True, the contents of the property referenced by the OrderField object are sorted in descending order; otherwise, the contents are sorted in ascending order.

See Also