Represents the builder of search expression that used by Exchange protocol. More...
Inherits Object.
Public Member Functions | |
System::SharedPtr< Aspose::Email::Tools::Search::DateComparisonField > | get_CreationTime () const |
Gets the field that allows to find items with a specified CreationTime. More... | |
System::SharedPtr< Aspose::Email::Tools::Search::StringComparisonField > | get_DisplayName () const |
Gets the field that allows to find Contact that contain the specified string in the DisplayName field. More... | |
ContactQueryBuilder (System::SharedPtr< ExchangeQueryBuilder > exchangeQueryBuilder) | |
Initializes a new instance of the ExchangeQueryBuilder class. More... | |
Friends | |
class | Aspose::Email::Clients::Exchange::ExchangeQueryBuilder |
Represents the builder of search expression that used by Exchange protocol.
Aspose::Email::Clients::Exchange::ContactQueryBuilder::ContactQueryBuilder | ( | System::SharedPtr< ExchangeQueryBuilder > | exchangeQueryBuilder | ) |
Initializes a new instance of the ExchangeQueryBuilder class.
System::SharedPtr<Aspose::Email::Tools::Search::DateComparisonField> Aspose::Email::Clients::Exchange::ContactQueryBuilder::get_CreationTime | ( | ) | const |
Gets the field that allows to find items with a specified CreationTime.
System::SharedPtr<Aspose::Email::Tools::Search::StringComparisonField> Aspose::Email::Clients::Exchange::ContactQueryBuilder::get_DisplayName | ( | ) | const |
Gets the field that allows to find Contact that contain the specified string in the DisplayName field.
|
friend |