Click or drag to resize
MimeKit

IMailFolderExtensionsAddLabels Method

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