ExchangeServiceBinding.CreateItemAsync Method (CreateItemType, Object)
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, _
userState As Object _
)
'Usage
Dim instance As ExchangeServiceBinding
Dim CreateItem1 As CreateItemType
Dim userState As Object
instance.CreateItemAsync(CreateItem1, _
userState)
public void CreateItemAsync(
CreateItemType CreateItem1,
Object userState
)
Parameters
- CreateItem1
Type: ExchangeWebServices.CreateItemType
The CreateItem request.
- userState
Type: System.Object