ExchangeServiceBinding.CopyItemAsync Method (CopyItemType)
Copies an item asynchronously and puts it in a different folder.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.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: Microsoft.SharePoint.Portal.WebControls.CopyItemType
An item to copy.