ConversationSortOrder Enum

Definition

Defines the order in which conversation nodes should be returned by the GetConversationItems(ConversationId, PropertySet, String, IEnumerable<FolderId>, Nullable<ConversationSortOrder>) method. The ConversationSortOrder enumeration is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

public enum class ConversationSortOrder
public enum ConversationSortOrder
Public Enum ConversationSortOrder
Inheritance
ConversationSortOrder

Fields

DateOrderAscending 2

Chronological order based on the last date in the node tree. The DateOrderAscending field is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

DateOrderDescending 3

Reverse chronological order based on the last date in the node tree. The DateOrderDescending field is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

TreeOrderAscending 0

The tree order is ascending based on the position in the node tree. The TreeOrderAscending field is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

TreeOrderDescending 1

The tree order is descending based on the position in the node tree. The TreeOrderDescending field is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

Applies to