Click or drag to resize
MimeKit

IMailFolderExtensionsSetFlagsAsync Method

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