Modifier and Type | Method and Description |
---|---|
IAsyncResult |
ImapClient.beginSortMessageThreads(IConnection connection,
SortConditions conditions,
AsyncCallback callback,
Object state)
Begins sorting message threads asynchronously.
|
IAsyncResult |
ImapClient.beginSortMessageThreads(SortConditions conditions,
AsyncCallback callback,
Object state)
Begins sorting message threads asynchronously.
|
List<MessageThreadResult> |
ImapClient.sortMessageThreads(IConnection connection,
SortConditions conditions)
Get message threads.
|
List<MessageThreadResult> |
ImapClient.sortMessageThreads(SortConditions conditions)
Get message threads.
|