ExchangeServiceBinding.CopyFolderAsync Method (CopyFolderType)
The CopyFolderAsync method provides asynchronous access to the CopyFolder Web service method.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Sub CopyFolderAsync ( _
CopyFolder1 As CopyFolderType _
)
'Usage
Dim instance As ExchangeServiceBinding
Dim CopyFolder1 As CopyFolderType
instance.CopyFolderAsync(CopyFolder1)
public void CopyFolderAsync(
CopyFolderType CopyFolder1
)
Parameters
- CopyFolder1
Type: ExchangeWebServices.CopyFolderType
The CopyFolder request.