ImapFlagAction Enum
Namespace: Rebex.Net
Assembly: Rebex.Imap.dll (version 7.0.9147)
Specifies possible actions of Set
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. |