ExchangeServiceBinding.EndCreateItem(IAsyncResult) Method

Definition

The EndCreateItem(IAsyncResult) method is used to end an asynchronous CreateItem(CreateItemType) call.

public:
 ExchangeWebServices::CreateItemResponseType ^ EndCreateItem(IAsyncResult ^ asyncResult);
public ExchangeWebServices.CreateItemResponseType EndCreateItem (IAsyncResult asyncResult);
Public Function EndCreateItem (asyncResult As IAsyncResult) As CreateItemResponseType

Parameters

asyncResult
IAsyncResult

Returns

The EndCreateItem(IAsyncResult) method returns a CreateItemResponseType object.

Applies to