ExchangeServiceBinding.UpdateInboxRulesAsync Method (UpdateInboxRulesRequestType)

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

'Declaration
Public Sub UpdateInboxRulesAsync ( _
    UpdateInboxRules1 As UpdateInboxRulesRequestType _
)
'Usage
Dim instance As ExchangeServiceBinding
Dim UpdateInboxRules1 As UpdateInboxRulesRequestType

instance.UpdateInboxRulesAsync(UpdateInboxRules1)
public void UpdateInboxRulesAsync(
    UpdateInboxRulesRequestType UpdateInboxRules1
)

Parameters