Indy 9
MessageFlags
See Also, Unit: IdMessage
Contains the textual representation of message flag values.
MessageFlags: array [mfAnswered..mfRecent] of String  = ( '\Answered', '\Flagged', '\Deleted', '\Draft', '\Seen', '\Recent' );
Unit
IdMessage
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.

Created with Doc-O-Matic 2 donated to Project JEDI. Commercial license available from the Doc-O-Matic site.