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