IAsyncImapClient.GetMessageThreadsAsync
IAsyncImapClient.GetMessageThreadsAsync method
Get message threads.
public Task<IEnumerable<MessageThreadResult>> GetMessageThreadsAsync(
BaseSearchConditions conditions, IConnection connection = null,
CancellationToken token = default)
Parameter | Type | Description |
---|---|---|
connection | BaseSearchConditions | Connection to a server |
conditions | IConnection | Thread conditions. |
token | CancellationToken | Propagates notification that operations should be canceled. |
Return Value
Message threads
See Also
- class MessageThreadResult
- class BaseSearchConditions
- interface IConnection
- interface IAsyncImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email