SortConditions Class |
Namespace: Aspose.Email.Clients.Imap
The SortConditions type exposes the following members.
Name | Description | |
---|---|---|
![]() | SortConditions | Initializes a new instance of the SortConditions class |
Name | Description | |
---|---|---|
![]() | Charset |
Gets or sets charset.
Indicates the charset of the strings that
appear in the searching criteria.
(Inherited from BaseSearchConditions.) |
![]() | ReverseBy |
Gets or sets reverse sort criteria
Followed by another sort criterion, has the effect of that criterion but in reverse(descending) order.
Note:
REVERSE only reverses a single criterion, and does not affect the implicit "sequence number" sort criterion if all other criteria are identical.
Consequently, a sort of REVERSE SUBJECT is not the same as a reverse ordering of a SUBJECT sort.
This can be avoided by use of additional criteria, e.g., SUBJECT DATE vs. REVERSE SUBJECT REVERSE DATE.
In general, however, it's better (and faster, if the client has a "reverse current ordering" command) to reverse the results in the client instead of issuing a new SORT.
|
![]() | Since |
Gets or sets the message date since
which the search criteria matches.
(Inherited from BaseSearchConditions.) |
![]() | SortBy |
Gets or sets sort criteria
|
![]() | Text |
Gets or sets subject text.
(Inherited from BaseSearchConditions.) |
![]() | UseUId |
Gets or sets a value indicating whether
the search method returns sequence numbers or UIDs of messages.
(Inherited from BaseSearchConditions.) |
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |