ExchangeServiceBinding.UpdateItemAsync 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
UpdateItemAsync(UpdateItemType, Object) |
The UpdateItemAsync(UpdateItemType, Object) method provides asynchronous access to the UpdateItem Web service method. |
UpdateItemAsync(UpdateItemType) |
The UpdateItemAsync(UpdateItemType) method provides asynchronous access to the UpdateItem Web service method. |
UpdateItemAsync(UpdateItemType, Object)
The UpdateItemAsync(UpdateItemType, Object) method provides asynchronous access to the UpdateItem Web service method.
public:
void UpdateItemAsync(ExchangeWebServices::UpdateItemType ^ UpdateItem1, System::Object ^ userState);
public void UpdateItemAsync (ExchangeWebServices.UpdateItemType UpdateItem1, object userState);
Public Sub UpdateItemAsync (UpdateItem1 As UpdateItemType, userState As Object)
Parameters
- UpdateItem1
- UpdateItemType
The UpdateItem request.
- userState
- Object
Remarks
For an example of an asynchronous call, see FindFolderAsync(FindFolderType).
Applies to
UpdateItemAsync(UpdateItemType)
The UpdateItemAsync(UpdateItemType) method provides asynchronous access to the UpdateItem Web service method.
public:
void UpdateItemAsync(ExchangeWebServices::UpdateItemType ^ UpdateItem1);
public void UpdateItemAsync (ExchangeWebServices.UpdateItemType UpdateItem1);
Public Sub UpdateItemAsync (UpdateItem1 As UpdateItemType)
Parameters
- UpdateItem1
- UpdateItemType
The UpdateItem request.
Remarks
For an example of an asynchronous call, see FindFolderAsync(FindFolderType).