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.26106.1555
Syntax
public FluentSearch Sort(
	ISorter sorter
)

Parameters

sorter  ISorter
Sort criteria.

Return Value

FluentSearch
This search query object.
See Also