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