Represents valid message flag values.
TIdMessageFlags = ( mfAnswered, mfFlagged, mfDeleted, mfDraft, mfSeen, mfRecent );
TIdMessageFlags is an enumerated type that represents the valid values that can be assigned to the TIdMessageFlagsSet in the TIdMessage.Flags property. TIdMessageFlags can gave the following values:
Value |
Meaning |
mfAnswered |
A reply has been sent for the Message. |
mfFlagged |
The watch flag has been set for a Message or Thread. |
mfDeleted |
Message has been deleted in the Mailbox. |
mfDraft |
Message is a draft and has not been sent. |
mfSeen |
Message has not been retrieved and read by the mail client. |
mfRecent |
Message has been added to the mailbox since the last time it was accessed. |
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. |