Order |
public enum OrderByType
| Member name | Value | Description |
|---|---|---|
| Annotation | 0 | Sort by an annotation value. |
| Arrival | 1 | Sort by the arrival date. |
| Cc | 2 | Sort by the Cc header. |
| Date | 3 | Sort by the Date header. |
| DisplayFrom | 4 | Sort by the Display Name of the From header. |
| DisplayTo | 5 | Sort by the Display Name of the To header. |
| From | 6 | Sort by the From header. |
| ModSeq | 7 | Sort by the mod-sequence. |
| Size | 8 | Sort by the message size. |
| Subject | 9 | Sort by the message subject. |
| To | 10 | Sort by the To header. |