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)
ParameterDescription
folderUriThe URI of folder.
queryMailQuery that represents contact search criteria.
maxNumberOfItemsMaximum 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)
ParameterDescription
queryStringRepresents contact search criteria.
maxNumberOfItemsMaximum number of items.