| FluentSearchSort Method |
Adds sort criteria to this search.
Use
Multiple(ISorter) and other
SortBy class properties to create a valid sort expression.
Not all servers support
Sort. You can check which extensions remote server supports using
SupportedExtensions method.
Namespace:
Limilabs.Client.IMAP
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public FluentSearch Sort(
ISorter sorter
)
Public Function Sort (
sorter As ISorter
) As FluentSearch
public:
FluentSearch^ Sort(
ISorter^ sorter
)
member Sort :
sorter : ISorter -> FluentSearch
Parameters
- sorter
- Type: Limilabs.Client.IMAPISorter
Sort criteria.
Return Value
Type:
FluentSearchThis search query object.
See Also