Click or drag to resize
MimeKit

IMailFolderExtensionsSetLabelsAsync Method

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