The SimpleImapQuery type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Answered |
Messages with the \Answered flag set.
| |
| Bcc |
Messages that contain the specified string in the envelope structure's BCC field.
| |
| Body |
Messages that contain the specified string in the body of the message.
| |
| Cc |
Messages that contain the specified string in the envelope structure's CC field.
| |
| Deleted |
Messages with the \Deleted flag set.
| |
| Draft |
Messages with the \Draft flag set.
| |
| Flagged |
Messages with the \Flagged flag set.
| |
| From |
Messages that contain the specified string in the envelope structure's FROM field.
| |
| LargerThen |
Messages with an [RFC-2822] size larger than the specified number of octets.
| |
| 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.
| |
| SmallerThen |
Messages with an [RFC-2822] size smaller than the specified number of octets.
| |
| Subject |
Messages that contain the specified string in the envelope structure's SUBJECT field.
| |
| To |
Messages that contain the specified string in the envelope structure's TO field.
| |
| 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.
|