Click or drag to resize

FluentThreadGetThreadsAsync Method

Issues the threading query and retrieves results, that match the search criteria, using server-side threading.

Namespace: Limilabs.Client.IMAP
Assembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntax
public Task<List<MessageThread>> GetThreadsAsync(
	CancellationToken cancel = default
)

Parameters

cancel  CancellationToken  (Optional)
A cancellation token that can be used to signal the asynchronous operation should be canceled.

Return Value

TaskListMessageThread
List of message threads.
See Also