Click or drag to resize

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
)

Parameters

sorter
Type: Limilabs.Client.IMAPISorter
Sort criteria.

Return Value

Type: FluentSearch
This search query object.
See Also