Search |
The SearchQuery type exposes the following members.
| Name | Description | |
|---|---|---|
| All | Match all messages in the folder. | |
| Answered | Match messages with the Answered flag set. | |
| Deleted | Match messages with the Deleted flag set. | |
| Draft | Match messages with the Draft flag set. | |
| Flagged | Match messages with the Flagged flag set. | |
| New | Match messages with the Recent flag set but not the Seen. | |
| NotAnswered | Match messages that do not have the Answered flag set. | |
| NotDeleted | Match messages that do not have the Deleted flag set. | |
| NotDraft | Match messages that do not have the Draft flag set. | |
| NotFlagged | Match messages that do not have the Flagged flag set. | |
| NotRecent | Match messages that do not have the Recent flag set. | |
| NotSeen | Match messages that do not have the Seen flag set. | |
| Old | Match messages that do not have the Recent flag set. | |
| Recent | Match messages with the Recent flag set. | |
| SaveDateSupported | Match all messages in the mailbox when the underlying storage of that mailbox supports the save date attribute. | |
| Seen | Match messages with the Seen flag set. |