ExchangeServiceBinding.CreateItemAsync 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.
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).