ImapClient.SortMessageThreadsAsync

SortMessageThreadsAsync(IConnection, SortConditions)

Sort message threads.

public Task<List<MessageThreadResult>> SortMessageThreadsAsync(IConnection connection, 
    SortConditions conditions)
ParameterTypeDescription
connectionIConnectionConnection to a server
conditionsSortConditionsThread conditions.

Return Value

Task object, with delegate for this operation

See Also


SortMessageThreadsAsync(SortConditions)

Sort message threads.

public Task<List<MessageThreadResult>> SortMessageThreadsAsync(SortConditions conditions)
ParameterTypeDescription
conditionsSortConditionsThread conditions.

Return Value

Task object, with delegate for this operation

See Also


SortMessageThreadsAsync(IConnection, SortConditions, CancellationToken)

Sort message threads.

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

Return Value

Task object, with delegate for this operation

See Also


SortMessageThreadsAsync(SortConditions, CancellationToken)

Sort message threads.

public Task<List<MessageThreadResult>> SortMessageThreadsAsync(SortConditions conditions, 
    CancellationToken token)
ParameterTypeDescription
conditionsSortConditionsThread conditions.
tokenCancellationTokenPropagates notification that operations should be canceled.

Return Value

Task object, with delegate for this operation

See Also