ExchangeServiceBinding.BeginUpdateFolder Method

The BeginUpdateFolder method is used to begin an asynchronous UpdateFolder call.

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

Syntax

'Declaration
Public Function BeginUpdateFolder ( _
    UpdateFolder1 As UpdateFolderType, _
    callback As AsyncCallback, _
    asyncState As Object _
) As IAsyncResult
'Usage
Dim instance As ExchangeServiceBinding
Dim UpdateFolder1 As UpdateFolderType
Dim callback As AsyncCallback
Dim asyncState As Object
Dim returnValue As IAsyncResult

returnValue = instance.BeginUpdateFolder(UpdateFolder1, _
    callback, asyncState)
public IAsyncResult BeginUpdateFolder(
    UpdateFolderType UpdateFolder1,
    AsyncCallback callback,
    Object asyncState
)

Parameters

Return Value

Type: System.IAsyncResult
The BeginUpdateFolder method returns an IAsyncResult object.