The SimpleImapQuery type exposes the following members.

Constructors

  NameDescription
Public methodSimpleImapQuery
Initializes a new instance of the SimpleImapQuery class

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRender
Renders current criteria object to specified command list.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyAnswered
Messages with the \Answered flag set.
Public propertyBcc
Messages that contain the specified string in the envelope structure's BCC field.
Public propertyBody
Messages that contain the specified string in the body of the message.
Public propertyCc
Messages that contain the specified string in the envelope structure's CC field.
Public propertyDeleted
Messages with the \Deleted flag set.
Public propertyDraft
Messages with the \Draft flag set.
Public propertyFlagged
Messages with the \Flagged flag set.
Public propertyFrom
Messages that contain the specified string in the envelope structure's FROM field.
Public propertyLargerThen
Messages with an [RFC-2822] size larger than the specified number of octets.
Public propertyNew
Messages that have the \Recent flag set but not the \Seen flag. This is functionally equivalent to "(RECENT UNSEEN)".
Public propertyOld
Messages that do not have the \Recent flag set. This is functionally equivalent to "NOT RECENT" (as opposed to "NOT NEW").
Public propertyRecent
Messages that have the \Recent flag set.
Public propertySeen
Messages that have the \Seen flag set.
Public propertySmallerThen
Messages with an [RFC-2822] size smaller than the specified number of octets.
Public propertySubject
Messages that contain the specified string in the envelope structure's SUBJECT field.
Public propertyTo
Messages that contain the specified string in the envelope structure's TO field.
Public propertyUnanswered
Messages that do not have the \Answered flag set.
Public propertyUndeleted
Messages that do not have the \Deleted flag set.
Public propertyUndraft
Messages that do not have the \Draft flag set.
Public propertyUnflagged
Messages that do not have the \Flagged flag set.
Public propertyUnseen
Messages that do not have the \Seen flag set.

See Also