Click or drag to resize

Flag Fields

The Flag type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberAll
Gets \ALL flag. It repesents all messages in the mailbox.
Public fieldStatic memberAnswered
Gets \ANSWERED flag. Message has been answered.
Public fieldStatic memberDeleted
Gets \DELETED flag. Message is "deleted" for removal by later EXPUNGE.
Public fieldStatic memberDraft
Gets \DRAFT flag. Message has not completed composition (marked as a draft).
Public fieldStatic memberFlagged
Gets \FLAGGED flag. Message is "flagged" for urgent/special attention.
Public fieldStatic memberForwarded
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.
Public fieldStatic memberMDNSent
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.
Public fieldStatic memberNew
Gets \NEW flag. It represents messages that have the Recent flag set but not the Seen flag. This is functionally equivalent to "(\RECENT \UNSEEN)".
Public fieldStatic memberOld
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").
Public fieldStatic memberRecent
Gets \RECENT flag (don't confuse it with Unseen). Message is "recently" arrived in this mailbox.
Public fieldStatic memberSeen
Gets \SEEN flag. Message has been read.
Public fieldStatic memberStar
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.
Public fieldStatic memberSubmitPending
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.
Public fieldStatic memberSubmitted
Gets the keyword that designates the message as being sent out.
Public fieldStatic memberUnanswered
Gets \UNANSWERED flag. It represents messages that do not have the Answered flag set.
Public fieldStatic memberUndeleted
Gets \UNDELETED flag. It represents messages that do not have the Deleted flag set.
Public fieldStatic memberUndraft
Gets \UNDRAFT flag. It represents messages that do not have the Draft flag set.
Public fieldStatic memberUnflagged
Gets \UNFLAGGED flag. It represents messages that do not have the Flagged flag set.
Public fieldStatic memberUnseen
Gets \UNSEEN flag. It represents messages that do not have the Seen flag set.
Top
See Also