Adds sort criteria to this search. Use Multiple(array<ISorter>[]()[][]) and other SortBy class properties to create a valid query. 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.12102.1426

Syntax

C#
public FluentSearch Sort(
	ISorter sorter
)
Visual Basic
Public Function Sort ( _
	sorter As ISorter _
) As FluentSearch
Visual C++
public:
FluentSearch^ Sort(
	ISorter^ sorter
)

Parameters

sorter
Type: Limilabs.Client.IMAP..::..ISorter
Sort criteria.

Return Value

This search query object.

See Also