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 name | Description | |
|---|---|---|
| ReceivedDate |
Use ReceivedDate as a sorting key.
| |
| SentDate |
Use SentDate as a sorting key.
| |
| From |
Use From message property as a sorting key. Using this does not affect items that have no such property.
| |
| To |
Use To message property as a sorting key. Using this does not affect items that have no such property.
| |
| Sender |
Use Sender message property as a sorting key. Using this does not affect items that have no such property.
|