ExchangeServiceBinding.FindPeopleAsync Method

Definition

Overloads

FindPeopleAsync(FindPeopleType)
FindPeopleAsync(FindPeopleType, Object)

FindPeopleAsync(FindPeopleType)

public:
 void FindPeopleAsync(ExchangeWebServices::FindPeopleType ^ FindPeople1);
public void FindPeopleAsync (ExchangeWebServices.FindPeopleType FindPeople1);
Public Sub FindPeopleAsync (FindPeople1 As FindPeopleType)

Parameters

FindPeople1
FindPeopleType

Applies to

FindPeopleAsync(FindPeopleType, Object)

public:
 void FindPeopleAsync(ExchangeWebServices::FindPeopleType ^ FindPeople1, System::Object ^ userState);
public void FindPeopleAsync (ExchangeWebServices.FindPeopleType FindPeople1, object userState);
Public Sub FindPeopleAsync (FindPeople1 As FindPeopleType, userState As Object)

Parameters

FindPeople1
FindPeopleType
userState
Object

Applies to