MailQuery
Contents
[
Hide
]MailQuery class
Represents the search criteria, that are used to match several message properties in the mailbox.
Constructors
| Name | Description |
|---|---|
| MailQuery (8 overloads) | Initializes a new instance of the MailQuery class. |
Methods
| Name | Description |
|---|---|
| Equals (2 overloads) | Indicates whether the current object is equal to another object of the same type. |
| get_Options | The query options. |
| get_OrderByString | The sort query string. |
| get_QueryString | The query string. |
| GetHashCode | Returns a hash code for this instance. |
| GetSchema | This method is reserved and should not be used. When implementing the IXmlSerializable interface, you should return null (Nothing in Visual Basic) from this method, and instead, if specifying a custom schema is required, apply the T:System::Xml::Serialization::XmlSchemaProviderAttribute to the class. |
| NormalizeExpression | Normalizes the expression. |
| ReadXml | Generates an object from its XML representation. |
| set_Options | The query options. |
| set_QueryString | The query string. |
| ToString | Returns a System::String that represents this instance. |
| ValidateExpression | Validates the expression. |
| WriteOrderByXml | Converts an object into its XML representation. |
| WriteXml | Converts an object into its XML representation. |