Flag Fields |
The Flag type exposes the following members.
Name | Description | |
---|---|---|
All |
Gets \ALL flag. It repesents all messages in the mailbox.
| |
Answered |
Gets \ANSWERED flag. Message has been answered.
| |
Deleted |
Gets \DELETED flag. Message is "deleted" for removal by later EXPUNGE.
| |
Draft |
Gets \DRAFT flag. Message has not completed composition (marked as a draft).
| |
Flagged |
Gets \FLAGGED flag. Message is "flagged" for urgent/special attention.
| |
Forwarded |
Gets the keyword that specifies that the message was resent to another email address, embedded within or attached to a new message.
This keyword is set by the mail client when it successfully forwards the message to another email address.
| |
MDNSent |
Gets $MDNSent flag. It indicates if Message Disposition Notification (MDN) was sent for particular message.
You can use SupportsMDNSent to check if server supports $MDNSent.
| |
New | ||
Old |
Gets \OLD flag. It represents messages that do not have the Recent flag set.
This is functionally equivalent to "NOT \RECENT" (as opposed to "NOT \NEW").
| |
Recent |
Gets \RECENT flag (don't confuse it with Unseen). Message is "recently" arrived in this mailbox.
| |
Seen |
Gets \SEEN flag. Message has been read.
| |
Star |
Gets \* flag. It indicates, that it is possible to create new keywords by attempting to store those flags in the mailbox (SupportsCustomFlags).
You can use FlagMessageByUID(Int64, Flag) or FlagMessageByNumber(Int64, Flag) to do so.
| |
SubmitPending |
Gets the keyword that designates the message as awaiting to be submitted.
This keyword allows storing messages waiting to be submitted in the same mailbox
where messages that were already submitted and/or are being edited are stored.
| |
Submitted |
Gets the keyword that designates the message as being sent out.
| |
Unanswered |
Gets \UNANSWERED flag. It represents messages that do not have the Answered flag set.
| |
Undeleted |
Gets \UNDELETED flag. It represents messages that do not have the Deleted flag set.
| |
Undraft |
Gets \UNDRAFT flag. It represents messages that do not have the Draft flag set.
| |
Unflagged |
Gets \UNFLAGGED flag. It represents messages that do not have the Flagged flag set.
| |
Unseen |
Gets \UNSEEN flag. It represents messages that do not have the Seen flag set.
|