IAsyncImapClient.SortMessageThreadsAsync

IAsyncImapClient.SortMessageThreadsAsync method

Sort message threads.

public Task<List<MessageThreadResult>> SortMessageThreadsAsync(SortConditions conditions, 
    IConnection connection = null, CancellationToken token = default)
ParameterTypeDescription
connectionSortConditionsConnection to a server
conditionsIConnectionThread conditions.
tokenCancellationTokenPropagates notification that operations should be canceled.

Return Value

Message threads

See Also