The SimpleImapQuery type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| SimpleImapQuery | Initializes a new instance of the SimpleImapQuery class |
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Render |
Renders current criteria object to specified command list.
| |
| ToString | (Inherited from Object.) |
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.
|