ExchangeServiceBinding.CreateItemAsync Method (CreateItemType)

The CreateItemAsync method provides asynchronous access to the CreateItem Web service method.

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

Syntax

'Declaration
Public Sub CreateItemAsync ( _
    CreateItem1 As CreateItemType _
)
'Usage
Dim instance As ExchangeServiceBinding
Dim CreateItem1 As CreateItemType

instance.CreateItemAsync(CreateItem1)
public void CreateItemAsync(
    CreateItemType CreateItem1
)

Parameters

Remarks

For an example of an asynchronous call, see FindFolderAsync.