Internet Direct (Indy) Version 9.0.2 Beta
MessageFlags
Contains the textual representation of message flag values.

MessageFlags: array [mfAnswered..mfSeen] of String  = ( '\Answered', '\Flagged', '\Deleted', '\Draft', '\Seen' );
Description
MessageFlags is a constant value that contains an Array of Strings that contain the textual representation of Flags that can be assigned to a message instance. Values in MessageFlags are in the form normally used by the IMAP4 protocol, but are not limited to use with only that protocol.