ImapFlagAction Enum
Namespace: Rebex.Net
Assembly: Rebex.Imap.dll (version 7.0.9448)
Specifies possible actions of SetMessageFlags(ImapMessageSet, ImapFlagAction, ImapMessageFlags) method.
Syntax
public enum ImapFlagAction
Fields
| Name | Description |
|---|---|
| Add | Adds the specified flags to the message. |
| Remove | Removes the specified flags from the message. |
| Replace | Replace the message flags by the specified flags. |