ExchangeServiceBinding.UpdateInboxRulesAsync Method

Definition

Overloads

UpdateInboxRulesAsync(UpdateInboxRulesRequestType)
UpdateInboxRulesAsync(UpdateInboxRulesRequestType, Object)

UpdateInboxRulesAsync(UpdateInboxRulesRequestType)

public:
 void UpdateInboxRulesAsync(ExchangeWebServices::UpdateInboxRulesRequestType ^ UpdateInboxRules1);
public void UpdateInboxRulesAsync (ExchangeWebServices.UpdateInboxRulesRequestType UpdateInboxRules1);
Public Sub UpdateInboxRulesAsync (UpdateInboxRules1 As UpdateInboxRulesRequestType)

Parameters

UpdateInboxRules1
UpdateInboxRulesRequestType

Applies to

UpdateInboxRulesAsync(UpdateInboxRulesRequestType, Object)

public:
 void UpdateInboxRulesAsync(ExchangeWebServices::UpdateInboxRulesRequestType ^ UpdateInboxRules1, System::Object ^ userState);
public void UpdateInboxRulesAsync (ExchangeWebServices.UpdateInboxRulesRequestType UpdateInboxRules1, object userState);
Public Sub UpdateInboxRulesAsync (UpdateInboxRules1 As UpdateInboxRulesRequestType, userState As Object)

Parameters

UpdateInboxRules1
UpdateInboxRulesRequestType
userState
Object

Applies to