FieldOrder

Topic Last Modified: 2007-06-12

The FieldOrder element represents a single field by which to sort results and indicates the direction for the sort.

Syntax

<FieldOrder Order="">
   <FieldURI/>
</FieldOrder>

<FieldOrder Order="">
   <IndexedFieldURI/>
</FieldOrder>

<FieldOrder Order="">
   <ExtendedFieldURI/>
</FieldOrder>

Type

FieldOrderType

Attributes and Elements

The following sections describe attributes, child elements, and parent elements.

Attributes

Attribute Description

Order

Describes the sort order direction. The following are the possible values:

  • Ascending
  • Descending

Child Elements

Element Description

FieldURI

Identifies frequently referenced properties by URI.

IndexedFieldURI

Identifies individual members of a dictionary.

ExtendedFieldURI

Identifies MAPI properties.

Parent Elements

Element Description

SortOrder

Defines how items are sorted in a FindItem request.

The following is the XPath expression to this element: /FindItem/SortOrder

Remarks

The schema that describes this element is located in the EWS virtual directory of the computer that is running Microsoft Exchange Server 2007 that has the Client Access server role installed.

Element Information

Namespace

https://schemas.microsoft.com/exchange/services/2006/types

Schema Name

Types schema

Validation File

Types.xsd

Can be Empty

False

See Also

Other Resources

Exchange Web Services XML Elements