SortOrder
Last modified: September 21, 2010
Applies to: Exchange Server 2007 | Exchange Server 2010
The SortOrder element defines how items are sorted in a FindItem or FindConversation request.
<SortOrder>
<FieldOrder/>
</SortOrder>
NonEmptyArrayOfFieldOrdersType
Attributes and Elements
The following sections describe attributes, child elements, and parent elements.
Attributes
None.
Child Elements
Element |
Description |
---|---|
Represents a single field by which to sort results and indicates the direction for the sort. One or more of these elements may be included. FieldOrder elements are applied in the order specified for sorting. |
Parent Elements
Element |
Description |
---|---|
Defines a request to find items in a mailbox. The following is the XPath expression to this element: /FindItem |
|
Defines a request to find conversations in a mailbox. |
Text Value
None.
Element Information
Namespace |
https://schemas.microsoft.com/exchange/services/2006/messages |
Schema Name |
Messages schema |
Validation File |
Messages.xsd |
Can be Empty |
False |
See Also