Click or drag to resize
MimeKit

IMailFolderExtensionsRemoveFlags Method

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