Aspose::Email::Clients::Exchange::ContactQueryBuilder Class Referencefinal

Represents the builder of search expression that used by Exchange protocol. More...

Inherits Object.

Public Member Functions

System::SharedPtr< Aspose::Email::Tools::Search::DateComparisonFieldget_CreationTime () const
 Gets the field that allows to find items with a specified CreationTime. More...
 
System::SharedPtr< Aspose::Email::Tools::Search::StringComparisonFieldget_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
 

Detailed Description

Represents the builder of search expression that used by Exchange protocol.

Constructor & Destructor Documentation

◆ ContactQueryBuilder()

Aspose::Email::Clients::Exchange::ContactQueryBuilder::ContactQueryBuilder ( System::SharedPtr< ExchangeQueryBuilder exchangeQueryBuilder)

Initializes a new instance of the ExchangeQueryBuilder class.

Member Function Documentation

◆ get_CreationTime()

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.

◆ get_DisplayName()

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.

Friends And Related Function Documentation

◆ Aspose::Email::Clients::Exchange::ExchangeQueryBuilder