ConversationSortOrder - перечисление
Defines the order in which conversation nodes should be returned by GetConversationItems.
Пространство имён: Tessa.Exchange.WebServices.DataСборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
public enum ConversationSortOrder
Public Enumeration ConversationSortOrder
public enum class ConversationSortOrder
type ConversationSortOrder
TreeOrderAscending | 0 |
Tree order, ascending
|
TreeOrderDescending | 1 |
Tree order, descending.
|
DateOrderAscending | 2 |
Chronological order, ascending.
|
DateOrderDescending | 3 |
Chronological order, descending.
|