ExchangeServiceBinding.EndCreateItem(IAsyncResult) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.