Click or drag to resize
MimeKit

IMailFolderExtensionsRemoveFlagsAsync Method

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