Share via


ExchangeServiceBinding.CopyItemAsync Method (CopyItemType, Object)

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, _
    userState As Object _
)
'Usage
Dim instance As ExchangeServiceBinding
Dim CopyItem1 As CopyItemType
Dim userState As Object

instance.CopyItemAsync(CopyItem1, userState)
public void CopyItemAsync(
    CopyItemType CopyItem1,
    Object userState
)

Parameters

See Also

Reference

ExchangeServiceBinding Class

ExchangeServiceBinding Members

CopyItemAsync Overload

Microsoft.SharePoint.Portal.WebControls Namespace