ExchangeServiceBinding.BeginCreateItem 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 BeginCreateItem(CreateItemType, AsyncCallback, Object) method is used to begin an asynchronous CreateItem(CreateItemType) call.
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.