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