FieldOrder

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

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

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

Element Example
Namespace
https://schemas.microsoft.com/exchange/services/2006/types
Schema Name
Types schema
Validation File
Types.xsd
Can be Empty
False

See also