Contains the textual representation of message flag values.
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.
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
|
Post feedback to the Indy Docs Newsgroup.
|