ExchangeServiceBinding.SearchMailboxesAsync Method

Definition

Overloads

SearchMailboxesAsync(SearchMailboxesType)
SearchMailboxesAsync(SearchMailboxesType, Object)

SearchMailboxesAsync(SearchMailboxesType)

public:
 void SearchMailboxesAsync(ExchangeWebServices::SearchMailboxesType ^ SearchMailboxes1);
public void SearchMailboxesAsync (ExchangeWebServices.SearchMailboxesType SearchMailboxes1);
Public Sub SearchMailboxesAsync (SearchMailboxes1 As SearchMailboxesType)

Parameters

SearchMailboxes1
SearchMailboxesType

Applies to

SearchMailboxesAsync(SearchMailboxesType, Object)

public:
 void SearchMailboxesAsync(ExchangeWebServices::SearchMailboxesType ^ SearchMailboxes1, System::Object ^ userState);
public void SearchMailboxesAsync (ExchangeWebServices.SearchMailboxesType SearchMailboxes1, object userState);
Public Sub SearchMailboxesAsync (SearchMailboxes1 As SearchMailboxesType, userState As Object)

Parameters

SearchMailboxes1
SearchMailboxesType
userState
Object

Applies to