SimpleImapQuery Class |
Namespace: Limilabs.Client.IMAP
The SimpleImapQuery type exposes the following members.
Name | Description | |
---|---|---|
SimpleImapQuery | Initializes a new instance of the SimpleImapQuery class |
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.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IsASCII |
Returns true if this criterion requires only ASCII characters to be rendered.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Render |
Renders current criteria object to specified command list.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |