| Name | Description |
---|
| RemoveFlags(IMailFolder, UniqueId, MessageFlags, Boolean, CancellationToken) |
Remove a set of flags from the specified message.
|
| RemoveFlags(IMailFolder, IListUniqueId, MessageFlags, Boolean, CancellationToken) |
Remove a set of flags from the specified messages.
|
| RemoveFlags(IMailFolder, IListInt32, MessageFlags, Boolean, CancellationToken) |
Remove a set of flags from the specified messages.
|
| RemoveFlags(IMailFolder, Int32, MessageFlags, Boolean, CancellationToken) |
Remove a set of flags from the specified message.
|
| RemoveFlags(IMailFolder, UniqueId, MessageFlags, HashSetString, Boolean, CancellationToken) |
Remove a set of flags from the specified message.
|
| RemoveFlags(IMailFolder, IListUniqueId, MessageFlags, HashSetString, Boolean, CancellationToken) |
Remove a set of flags from the specified messages.
|
| RemoveFlags(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.
|
| RemoveFlags(IMailFolder, IListInt32, MessageFlags, HashSetString, Boolean, CancellationToken) |
Remove a set of flags from the specified messages.
|
| RemoveFlags(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.
|
| RemoveFlags(IMailFolder, Int32, MessageFlags, HashSetString, Boolean, CancellationToken) |
Remove a set of flags from the specified message.
|
| RemoveFlags(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.
|
| RemoveFlags(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.
|