The Flag type exposes the following members.
Fields
| Name | Description | |
|---|---|---|
| All |
All messages in the mailbox.
| |
| Answered |
Messages with the \Answered flag set.
| |
| Deleted |
Messages with the \Deleted flag set.
| |
| Draft |
Messages with the \Draft flag set.
| |
| Flagged |
Messages with the \Flagged flag set.
| |
| New |
Messages that have the \Recent flag set but not the \Seen flag. This is functionally equivalent to "(RECENT UNSEEN)".
| |
| Old |
Messages that do not have the \Recent flag set. This is functionally equivalent to "NOT RECENT" (as opposed to "NOT NEW").
| |
| Recent |
Messages that have the \Recent flag set.
| |
| Seen |
Messages that have the \Seen flag set.
| |
| Unanswered |
Messages that do not have the \Answered flag set.
| |
| Undeleted |
Messages that do not have the \Deleted flag set.
| |
| Undraft |
Messages that do not have the \Draft flag set.
| |
| Unflagged |
Messages that do not have the \Flagged flag set.
| |
| Unseen |
Messages that do not have the \Seen flag set.
|