IAsyncEwsClient.FindPeopleAsync

IAsyncEwsClient.FindPeopleAsync method

Find contacts.

public Task<IEnumerable<Contact>> FindPeopleAsync(EwsFindPeople parameters)
ParameterTypeDescription
parametersEwsFindPeopleThe search parameters.

Return Value

An array of Contact that represents contact information

See Also