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