ExchangeServiceBinding.CreateItemAsync Method

Definition

Overloads

CreateItemAsync(CreateItemType)

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

CreateItemAsync(CreateItemType, Object)

The CreateItemAsync(CreateItemType, Object) method provides asynchronous access to the CreateItem Web service method.

CreateItemAsync(CreateItemType)

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

public:
 void CreateItemAsync(ExchangeWebServices::CreateItemType ^ CreateItem1);
public void CreateItemAsync (ExchangeWebServices.CreateItemType CreateItem1);
Public Sub CreateItemAsync (CreateItem1 As CreateItemType)

Parameters

CreateItem1
CreateItemType

The CreateItem request.

Remarks

For an example of an asynchronous call, see FindFolderAsync(FindFolderType).

Applies to

CreateItemAsync(CreateItemType, Object)

The CreateItemAsync(CreateItemType, Object) method provides asynchronous access to the CreateItem Web service method.

public:
 void CreateItemAsync(ExchangeWebServices::CreateItemType ^ CreateItem1, System::Object ^ userState);
public void CreateItemAsync (ExchangeWebServices.CreateItemType CreateItem1, object userState);
Public Sub CreateItemAsync (CreateItem1 As CreateItemType, userState As Object)

Parameters

CreateItem1
CreateItemType

The CreateItem request.

userState
Object

Remarks

For an example of an asynchronous call, see FindFolderAsync(FindFolderType).

Applies to