|
System::String | get_QueryString () override |
| The query string. More...
|
|
void | set_QueryString (System::String value) override |
| The query string. More...
|
|
| ExchangeAdvancedSyntaxMailQuery (System::String advancedSyntaxQueryString) |
| Initializes a new instance of the ExchangeAdvancedSyntaxMailQuery class. More...
|
|
| ExchangeAdvancedSyntaxMailQuery (System::String queryString, bool validate) |
| Initializes a new instance of the ExchangeAdvancedSyntaxMailQuery class. More...
|
|
void | ReadXml (System::SharedPtr< System::Xml::XmlReader > reader) override |
| Generates an object from its XML representation. Not implemented for the ExchangeAdvancedMailQuery class. More...
|
|
void | WriteXml (System::SharedPtr< System::Xml::XmlWriter > writer) override |
| Converts an object into its XML representation. Not implemented for the ExchangeAdvancedMailQuery class. More...
|
|
System::String | ToString () const override |
| Returns a System::String that represents this instance. More...
|
|
System::String | get_OrderByString () const |
| The sort query string. More...
|
|
virtual System::SharedPtr< System::Collections::Generic::Dictionary< System::String, System::SharedPtr< System::Object > > > | get_Options () |
| The query options. More...
|
|
virtual void | set_Options (System::SharedPtr< System::Collections::Generic::Dictionary< System::String, System::SharedPtr< System::Object >>> value) |
| The query options. More...
|
|
| MailQuery (System::String queryString) |
| Initializes a new instance of the MailQuery class. More...
|
|
| MailQuery (System::String queryString, System::String orderByString) |
| Initializes a new instance of the MailQuery class. More...
|
|
| MailQuery () |
| Initializes a new instance of the MailQuery class. More...
|
|
| MailQuery (System::String queryString, bool validate) |
| Initializes a new instance of the MailQuery class. More...
|
|
| MailQuery (System::String queryString, System::String orderByString, bool validate) |
| Initializes a new instance of the MailQuery class. More...
|
|
| MailQuery (System::String queryString, System::String orderByString, System::SharedPtr< System::Collections::Generic::Dictionary< System::String, System::SharedPtr< System::Object >>> options, bool validate) |
|
| MailQuery (System::String fieldName, System::String value, System::String comparsionOperator) |
| Initializes a new instance of the MailQuery class. More...
|
|
| MailQuery (System::String fieldName, System::String value, System::String comparsionOperator, System::String parameters) |
| Initializes a new instance of the MailQuery class. More...
|
|
System::SharedPtr< System::Xml::Schema::XmlSchema > | 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. More...
|
|
virtual void | WriteOrderByXml (System::SharedPtr< System::Xml::XmlWriter > writer) |
| Converts an object into its XML representation. More...
|
|
bool | Equals (System::SharedPtr< MailQuery > other) override |
| Indicates whether the current object is equal to another object of the same type. More...
|
|
int32_t | GetHashCode () const override |
| Returns a hash code for this instance. More...
|
|
bool | Equals (System::SharedPtr< System::Object > obj) override |
| Determines whether the specified System::Object, is equal to this instance. More...
|
|
System::String | ToString () const override |
| Returns a System::String that represents this instance. More...
|
|
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.
- See also
- Aspose::Email::Tools::Search::MailQuery