Click or drag to resize
MimeKit

IMailFolderExtensionsAddLabelsAsync Method

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