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.23341.1754
Syntax
public Task<List<MessageThread>> GetThreadsAsync()

Return Value

Type: TaskListMessageThread
List of message threads.
See Also