Modifier and Type | Class and Description |
---|---|
class |
SortConditions
Provides the search conditions for the SORT extension.
|
class |
ThreadSearchConditions
Provides the search conditions to retrieve email thread.
|
class |
XGMThreadSearchConditions
Provides the search conditions to retrieve email thread.
|
Modifier and Type | Method and Description |
---|---|
IAsyncResult |
ImapClient.beginGetMessageThreads(BaseSearchConditions conditions,
AsyncCallback callback,
Object state)
Begins getting message threads asynchronously.
|
IAsyncResult |
ImapClient.beginGetMessageThreads(IConnection connection,
BaseSearchConditions conditions,
AsyncCallback callback,
Object state)
Begins getting message threads asynchronously.
|
List<MessageThreadResult> |
ImapClient.getMessageThreads(BaseSearchConditions conditions)
Get message threads.
|
List<MessageThreadResult> |
ImapClient.getMessageThreads(IConnection connection,
BaseSearchConditions conditions)
Get message threads.
|