Defines available sorting properties that can be used in GetItemInfo(EwsItemId) and GetMessageInfo(EwsItemId).

Namespace:  Rebex.Net
Assembly:  Rebex.Ews (in Rebex.Ews.dll)

Syntax

Visual Basic
Public Enumeration EwsItemSortBy
C#
public enum EwsItemSortBy

Members

Member nameDescription
Supported by the .NET Compact FrameworkReceivedDate
Use ReceivedDate as a sorting key.
Supported by the .NET Compact FrameworkSentDate
Use SentDate as a sorting key.
Supported by the .NET Compact FrameworkFrom
Use From message property as a sorting key. Using this does not affect items that have no such property.
Supported by the .NET Compact FrameworkTo
Use To message property as a sorting key. Using this does not affect items that have no such property.
Supported by the .NET Compact FrameworkSender
Use Sender message property as a sorting key. Using this does not affect items that have no such property.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also