Click or drag to resize
MimeKit

IMailFolderExtensionsRemoveLabels Method

Overload List
 NameDescription
Public Extension MethodRemoveLabels(IMailFolder, UniqueId, IListString, Boolean, CancellationToken) Remove a set of labels from the specified message.
Public Extension MethodRemoveLabels(IMailFolder, IListUniqueId, IListString, Boolean, CancellationToken) Remove a set of labels from the specified messages.
Public Extension MethodRemoveLabels(IMailFolder, IListInt32, IListString, Boolean, CancellationToken) Remove a set of labels from the specified messages.
Public Extension MethodRemoveLabels(IMailFolder, Int32, IListString, Boolean, CancellationToken) Remove a set of labels from the specified message.
Public Extension MethodRemoveLabels(IMailFolder, IListUniqueId, UInt64, IListString, Boolean, CancellationToken) Remove a set of labels from the specified messages only if their mod-sequence value is less than the specified value.
Public Extension MethodRemoveLabels(IMailFolder, IListInt32, UInt64, IListString, Boolean, CancellationToken) Remove a set of labels from the specified messages only if their mod-sequence value is less than the specified value.
Top
See Also