ExchangeServiceBinding.UpdateInboxRulesAsync Method (UpdateInboxRulesRequestType, Object)
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Sub UpdateInboxRulesAsync ( _
UpdateInboxRules1 As UpdateInboxRulesRequestType, _
userState As Object _
)
'Usage
Dim instance As ExchangeServiceBinding
Dim UpdateInboxRules1 As UpdateInboxRulesRequestType
Dim userState As Object
instance.UpdateInboxRulesAsync(UpdateInboxRules1, _
userState)
public void UpdateInboxRulesAsync(
UpdateInboxRulesRequestType UpdateInboxRules1,
Object userState
)
Parameters
- UpdateInboxRules1
Type: ExchangeWebServices.UpdateInboxRulesRequestType
- userState
Type: System.Object