EwsItemSortBy Enum
Namespace: Rebex.Net
Assembly: Rebex.Ews.dll (version 7.0.9448)
Defines available sorting properties that can be used in Get
Syntax
public enum EwsItemSortBy
Fields
| Name | Description |
|---|---|
| From | Use From message property as a sorting key. Using this does not affect items that have no such property. |
| ReceivedDate | Use ReceivedDate as a sorting key. |
| Sender | Use Sender message property as a sorting key. Using this does not affect items that have no such property. |
| SentDate | Use SentDate as a sorting key. |
| To | Use To message property as a sorting key. Using this does not affect items that have no such property. |