Share via


ExchangeServiceBinding.BeginSyncFolderItems Method

The BeginSyncFolderItems method is used to begin an asynchronous SyncFolderItems call.

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

Syntax

'Declaration
Public Function BeginSyncFolderItems ( _
    SyncFolderItems1 As SyncFolderItemsType, _
    callback As AsyncCallback, _
    asyncState As Object _
) As IAsyncResult
'Usage
Dim instance As ExchangeServiceBinding
Dim SyncFolderItems1 As SyncFolderItemsType
Dim callback As AsyncCallback
Dim asyncState As Object
Dim returnValue As IAsyncResult

returnValue = instance.BeginSyncFolderItems(SyncFolderItems1, _
    callback, asyncState)
public IAsyncResult BeginSyncFolderItems(
    SyncFolderItemsType SyncFolderItems1,
    AsyncCallback callback,
    Object asyncState
)

Parameters

Return Value

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