ExchangeAdvancedSyntaxMailQuery
ExchangeAdvancedSyntaxMailQuery class
Inherits: Aspose::Email::Tools::Search::MailQuery
Represents the search criteria, that are used to match several message properties in the mailbox. Implements an Advanced Query Syntax (AQS) search that is used by EWS. AQS described at https://docs.microsoft.com/exchange/client-developer/exchange-web-services/how-to-perform-an-aqs-search-by-using-ews-in-exchange .
Constructors
| Name | Description |
|---|---|
| ExchangeAdvancedSyntaxMailQuery (2 overloads) | Initializes a new instance of the ExchangeAdvancedSyntaxMailQuery class. |
Methods
| Name | Description |
|---|---|
| get_QueryString | The query string. |
| ReadXml | Generates an object from its XML representation. Not implemented for the ExchangeAdvancedMailQuery class. |
| set_QueryString | The query string. |
| ToString | Returns a System::String that represents this instance. |
| WriteXml | Converts an object into its XML representation. Not implemented for the ExchangeAdvancedMailQuery class. |