ExchangeServiceBinding.BeginUpdateInboxRules Method
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Function BeginUpdateInboxRules ( _
UpdateInboxRules1 As UpdateInboxRulesRequestType, _
callback As AsyncCallback, _
asyncState As Object _
) As IAsyncResult
'Usage
Dim instance As ExchangeServiceBinding
Dim UpdateInboxRules1 As UpdateInboxRulesRequestType
Dim callback As AsyncCallback
Dim asyncState As Object
Dim returnValue As IAsyncResult
returnValue = instance.BeginUpdateInboxRules(UpdateInboxRules1, _
callback, asyncState)
public IAsyncResult BeginUpdateInboxRules(
UpdateInboxRulesRequestType UpdateInboxRules1,
AsyncCallback callback,
Object asyncState
)
Parameters
- UpdateInboxRules1
Type: ExchangeWebServices.UpdateInboxRulesRequestType
- callback
Type: System.AsyncCallback
- asyncState
Type: System.Object
Return Value
Type: System.IAsyncResult
Returns IAsyncResult.