MessageFlags Property
Contains the flags of the current message.
Syntax
pimapcontrol.MessageFlags[=string]
Default Value
""
Remarks
This property contains the flags of the current message. It is also used to specify flags when AppendToMailbox is called.
Examples of possible flag values are server dependent, but can include:
\Deleted | Mark a message as deleted (for removal by later ExpungeMailbox). |
\Seen | Mark a message as read. |
\Answered | Mark a message as answered. |
\Flagged | Mark a message as flagged. |
\Draft | Mark a message as being incomplete (under composition). |
IMAPControl.MessageSet = "1" IMAPControl.AddMessageFlags("\Deleted")
This property is not available at design time.
Data Type
String