Partager via


ExchangeServiceBinding.CopyItemAsync, méthode (CopyItemType, Object) (Microsoft.SharePoint.Portal.WebControls)

Copies an item asynchronously and puts it in a different folder.

Espace de noms : Microsoft.SharePoint.Portal.WebControls
Assembly : Microsoft.SharePoint.Portal (dans microsoft.sharepoint.portal.dll)

Syntaxe

'Déclaration
Public Sub CopyItemAsync ( _
    CopyItem1 As CopyItemType, _
    userState As Object _
)
'Utilisation
Dim instance As ExchangeServiceBinding
Dim CopyItem1 As CopyItemType
Dim userState As Object

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

Paramètres

  • CopyItem1
    An item to copy.
  • userState

Voir aussi

Référence

ExchangeServiceBinding, classe
Membres ExchangeServiceBinding
Microsoft.SharePoint.Portal.WebControls, espace de noms