Represents the IAsyncEwsClient::FindPeopleAsync parameters.
More...
Inherits Object.
◆ ~EwsFindPeople()
virtual Aspose::Email::Clients::Exchange::WebService::Models::EwsFindPeople::~EwsFindPeople |
( |
| ) |
|
|
protectedvirtual |
◆ Create()
static System::SharedPtr<EwsFindPeople> Aspose::Email::Clients::Exchange::WebService::Models::EwsFindPeople::Create |
( |
| ) |
|
|
static |
◆ get_FolderUri()
System::String Aspose::Email::Clients::Exchange::WebService::Models::EwsFindPeople::get_FolderUri |
( |
| ) |
const |
◆ get_MailQuery()
◆ get_MaxNumberOfItems()
int32_t Aspose::Email::Clients::Exchange::WebService::Models::EwsFindPeople::get_MaxNumberOfItems |
( |
| ) |
const |
◆ get_QueryString()
System::String Aspose::Email::Clients::Exchange::WebService::Models::EwsFindPeople::get_QueryString |
( |
| ) |
const |
◆ SetMailQuery()
Sets the mail query and the folder URI to search contacts in the specified user's personal mailbox.
- Parameters
-
mailQuery | The mail query. |
folderUri | The folder URI. |
◆ SetMaxNumberOfItems()
System::SharedPtr<EwsFindPeople> Aspose::Email::Clients::Exchange::WebService::Models::EwsFindPeople::SetMaxNumberOfItems |
( |
int32_t |
maxNumberOfItems | ) |
|
Sets the maximum number of items to find.
- Parameters
-
maxNumberOfItems | The maximum number of items. |
◆ SetQueryString()
System::SharedPtr<EwsFindPeople> Aspose::Email::Clients::Exchange::WebService::Models::EwsFindPeople::SetQueryString |
( |
System::String |
queryString | ) |
|
Sets the query string to search contacts in global address list (GAL).
- Parameters
-
queryString | The query string |
◆ Aspose::Email::Clients::Exchange::WebService::Implementation::Contacts::FindPeople::EwsClientContactFindPeople
friend class Aspose::Email::Clients::Exchange::WebService::Implementation::Contacts::FindPeople::EwsClientContactFindPeople |
|
friend |