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