Specifies possible actions of SetMessageFlags(ImapMessageSet, ImapFlagAction, ImapMessageFlags) method.
Namespace:
Rebex.Net
Assembly:
Rebex.Imap (in Rebex.Imap.dll)
Syntax
Visual Basic |
---|
Public Enumeration ImapFlagAction |
C# |
---|
public enum ImapFlagAction |
Members
Member 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. |