IAsyncImapClient.GetMessageThreadsAsync

IAsyncImapClient.GetMessageThreadsAsync method

Get message threads.

public Task<IEnumerable<MessageThreadResult>> GetMessageThreadsAsync(
    BaseSearchConditions conditions, IConnection connection = null, 
    CancellationToken token = default)
ParameterTypeDescription
connectionBaseSearchConditionsConnection to a server
conditionsIConnectionThread conditions.
tokenCancellationTokenPropagates notification that operations should be canceled.

Return Value

Message threads

See Also