| Name | Description |
---|
| StoreAsync(IListUniqueId, IStoreFlagsRequest, CancellationToken) |
Asynchronously store message flags and keywords for a set of messages.
|
| StoreAsync(IListUniqueId, IStoreLabelsRequest, CancellationToken) |
Asynchronously store GMail-style labels for a set of messages.
|
| StoreAsync(IListUniqueId, IListAnnotation, CancellationToken) |
Asynchronously store the annotations for the specified messages.
|
| StoreAsync(IListInt32, IStoreFlagsRequest, CancellationToken) |
Asynchronously store message flags and keywords for a set of messages.
|
| StoreAsync(IListInt32, IStoreLabelsRequest, CancellationToken) |
Asynchronously store GMail-style labels for a set of messages.
|
| StoreAsync(IListInt32, IListAnnotation, CancellationToken) |
Asynchronously store the annotations for the specified messages.
|
| StoreAsync(Int32, IStoreFlagsRequest, CancellationToken) |
Asynchronously store message flags and keywords for a message.
|
| StoreAsync(Int32, IStoreLabelsRequest, CancellationToken) |
Asynchronously store GMail-style labels for a message.
|
| StoreAsync(Int32, IListAnnotation, CancellationToken) |
Asynchronously store the annotations for the specified message.
|
| StoreAsync(UniqueId, IStoreFlagsRequest, CancellationToken) |
Asynchronously store message flags and keywords for a message.
|
| StoreAsync(UniqueId, IStoreLabelsRequest, CancellationToken) |
Asynchronously store GMail-style labels for a message.
|
| StoreAsync(UniqueId, IListAnnotation, CancellationToken) |
Asynchronously store the annotations for the specified message.
|
| StoreAsync(IListUniqueId, UInt64, IListAnnotation, CancellationToken) |
Asynchronously store the annotations for the specified messages only if their mod-sequence value is less than the specified value.
|
| StoreAsync(IListInt32, UInt64, IListAnnotation, CancellationToken) |
Asynchronously store the annotations for the specified messages only if their mod-sequence value is less than the specified value.
|