Click or drag to resize
MimeKit

IMailFolderExtensionsSetFlags Method

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