Click or drag to resize

SimpleImapQuery Properties

The SimpleImapQuery type exposes the following members.

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.
Top
See Also