![]() | Order |
public class OrderBy
The OrderBy type exposes the following members.
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object) |
![]() | Finalize | (Inherited from Object) |
![]() | GetHashCode | (Inherited from Object) |
![]() | GetType | (Inherited from Object) |
![]() | MemberwiseClone | (Inherited from Object) |
![]() | ToString | (Inherited from Object) |
Name | Description | |
---|---|---|
![]() ![]() | Arrival | Sort results by arrival date in ascending order. |
![]() ![]() | Cc | Sort results by the first email address in the Cc header in ascending order. |
![]() ![]() | Date | Sort results by the sent date in ascending order. |
![]() ![]() | DisplayFrom | Sort results by the first display name in the From header in ascending order. |
![]() ![]() | DisplayTo | Sort results by the first display name in the To header in ascending order. |
![]() ![]() | From | Sort results by the first email address in the From header in ascending order. |
![]() ![]() | ReverseArrival | Sort results by arrival date in descending order. |
![]() ![]() | ReverseCc | Sort results by the first email address in the Cc header in descending order. |
![]() ![]() | ReverseDate | Sort results by the sent date in descending order. |
![]() ![]() | ReverseDisplayFrom | Sort results by the first display name in the From header in descending order. |
![]() ![]() | ReverseDisplayTo | Sort results by the first display name in the To header in descending order. |
![]() ![]() | ReverseFrom | Sort results by the first email address in the From header in descending order. |
![]() ![]() | ReverseSize | Sort results by the message size in descending order. |
![]() ![]() | ReverseSubject | Sort results by the Subject header in descending order. |
![]() ![]() | ReverseTo | Sort results by the first email address in the To header in descending order. |
![]() ![]() | Size | Sort results by the message size in ascending order. |
![]() ![]() | Subject | Sort results by the Subject header in ascending order. |
![]() ![]() | To | Sort results by the first email address in the To header in ascending order. |