ExchangeServiceBinding.BeginCreateItem Method

Definition

public:
 IAsyncResult ^ BeginCreateItem(ExchangeWebServices::CreateItemType ^ CreateItem1, AsyncCallback ^ callback, System::Object ^ asyncState);
public IAsyncResult BeginCreateItem (ExchangeWebServices.CreateItemType CreateItem1, AsyncCallback callback, object asyncState);
Public Function BeginCreateItem (CreateItem1 As CreateItemType, callback As AsyncCallback, asyncState As Object) As IAsyncResult

Parameters

CreateItem1
CreateItemType
callback
AsyncCallback
asyncState
Object

Returns

The BeginCreateItem(CreateItemType, AsyncCallback, Object) method returns an IAsyncResult object.

Applies to