Click or drag to resize
MimeKit

IMailFolderExtensionsSetLabels Method

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