MailQueryBuilder Properties

The MailQueryBuilder type exposes the following members.

Properties
  NameDescription
Public propertyBcc
Gets the field that allows to find messages that contain the specified string in the envelope structure's BCC field.
Public propertyBody
Gets the field that allows to find messages that contain the specified string in the body of the message.
Public propertyCc
Gets the field that allows to find messages that contain the specified string in the envelope structure's CC field.
Public propertyDefaultEncoding
Gets default encoding (charset) for query builder
Public propertyFrom
Gets the field that allows to find messages that contain the specified string in the envelope structure's FROM field.
Public propertyInternalDate
Gets the field that allows to find messages by internal date.
Public propertySentDate
Gets the field that allows to find messages by sent date.
Public propertySubject
Gets the field that allows to find messages that contain the specified string in the envelope structure's SUBJECT field.
Public propertyText
Gets the field that allows to find the messages that contain the specified string in the header or body of the message.
Public propertyTo
Gets the field that allows to find messages that contain the specified string in the envelope structure's TO field.
See Also