IEWSClient.FindPeople

FindPeople(string, int)

Find contacts located in the global address list (GAL) on server.

public Contact[] FindPeople(string queryString, int maxNumberOfItems)
ParameterTypeDescription
queryStringStringRepresents contact search criteria.
maxNumberOfItemsInt32Maximum number of items.

Return Value

An array of Contact that represents contact information

See Also


FindPeople(string, MailQuery, int)

Find contacts located in the specified user’s personal mailbox on server.

public Contact[] FindPeople(string folderUri, MailQuery query, int maxNumberOfItems)
ParameterTypeDescription
folderUriStringThe URI of folder.
queryMailQueryMailQuery that represents contact search criteria.
maxNumberOfItemsInt32Maximum number of items.

Return Value

An array of Contact that represents contact information

See Also