ExchangeServiceBinding.BeginCreateFolder Method

The BeginCreateFolder method is used to begin an asynchronous CreateFolder call.

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

Syntax

'Declaration
Public Function BeginCreateFolder ( _
    CreateFolder1 As CreateFolderType, _
    callback As AsyncCallback, _
    asyncState As Object _
) As IAsyncResult
'Usage
Dim instance As ExchangeServiceBinding
Dim CreateFolder1 As CreateFolderType
Dim callback As AsyncCallback
Dim asyncState As Object
Dim returnValue As IAsyncResult

returnValue = instance.BeginCreateFolder(CreateFolder1, _
    callback, asyncState)
public IAsyncResult BeginCreateFolder(
    CreateFolderType CreateFolder1,
    AsyncCallback callback,
    Object asyncState
)

Parameters

Return Value

Type: System.IAsyncResult
The BeginCreateFolder method returns an IAsynchResult object.