| Name | Description |
---|
| RemoveLabelsAsync(IMailFolder, UniqueId, IListString, Boolean, CancellationToken) |
Asynchronously remove a set of labels from the specified message.
|
| RemoveLabelsAsync(IMailFolder, IListUniqueId, IListString, Boolean, CancellationToken) |
Asynchronously remove a set of labels from the specified messages.
|
| RemoveLabelsAsync(IMailFolder, IListInt32, IListString, Boolean, CancellationToken) |
Asynchronously remove a set of labels from the specified messages.
|
| RemoveLabelsAsync(IMailFolder, Int32, IListString, Boolean, CancellationToken) |
Asynchronously remove a set of labels from the specified message.
|
| RemoveLabelsAsync(IMailFolder, IListUniqueId, UInt64, IListString, Boolean, CancellationToken) |
Asynchronously remove a set of labels from the specified messages only if their mod-sequence value is less than the specified value.
|
| RemoveLabelsAsync(IMailFolder, IListInt32, UInt64, IListString, Boolean, CancellationToken) |
Asynchronously remove a set of labels from the specified messages only if their mod-sequence value is less than the specified value.
|