Internet Direct (Indy)
Home
PreviousUpNext
MessageFlags Constant

Contains the textual representation of message flag values.

Pascal
MessageFlags: array [mfAnswered..mfRecent] of String = ( '\Answered', '\Flagged', '\Deleted', '\Draft', '\Seen', '\Recent' );

MessageFlags is a constant value that contains an Array of Strings representing the textual value for Flags that can be assigned to a message instance. 

MessageFlags corresponds to the enumerated values found in TIdMessageFlags

Values in MessageFlags are in the form normally used by the IMAP4 protocol, but are not limited to use with that specific protocol only.

Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Website http://www.indyproject.org.
Post feedback to the Indy Documentation newsgroup.