FindPeople
FindPeople (1 of 2)
Find contacts located in the specified user’s personal mailbox on server.
Returns: An array of Contact that represents contact information
FindPeople(System::String folderUri, System::SharedPtr < Tools::Search::MailQuery > query, int32_t maxNumberOfItems)
| Parameter | Description |
|---|---|
| folderUri | The URI of folder. |
| query | MailQuery that represents contact search criteria. |
| maxNumberOfItems | Maximum number of items. |
FindPeople (2 of 2)
Find contacts located in the global address list (GAL) on server.
Returns: An array of Contact that represents contact information
FindPeople(System::String queryString, int32_t maxNumberOfItems)
| Parameter | Description |
|---|---|
| queryString | Represents contact search criteria. |
| maxNumberOfItems | Maximum number of items. |