Click or drag to resize
MimeKit

IMailFolderExtensionsRemoveLabelsAsync Method

Overload List
 NameDescription
Public Extension MethodRemoveLabelsAsync(IMailFolder, UniqueId, IListString, Boolean, CancellationToken) Asynchronously remove a set of labels from the specified message.
Public Extension MethodRemoveLabelsAsync(IMailFolder, IListUniqueId, IListString, Boolean, CancellationToken) Asynchronously remove a set of labels from the specified messages.
Public Extension MethodRemoveLabelsAsync(IMailFolder, IListInt32, IListString, Boolean, CancellationToken) Asynchronously remove a set of labels from the specified messages.
Public Extension MethodRemoveLabelsAsync(IMailFolder, Int32, IListString, Boolean, CancellationToken) Asynchronously remove a set of labels from the specified message.
Public Extension MethodRemoveLabelsAsync(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.
Public Extension MethodRemoveLabelsAsync(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.
Top
See Also