: ExchangeServiceBinding.CopyItemAsync (Método) (CopyItemType, Object) (Microsoft.SharePoint.Portal.WebControls)
Copies an item asynchronously and puts it in a different folder.
Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)
Sintaxis
'Declaración
Public Sub CopyItemAsync ( _
CopyItem1 As CopyItemType, _
userState As Object _
)
'Uso
Dim instance As ExchangeServiceBinding
Dim CopyItem1 As CopyItemType
Dim userState As Object
instance.CopyItemAsync(CopyItem1, userState)
public void CopyItemAsync (
CopyItemType CopyItem1,
Object userState
)
Parámetros
- CopyItem1
An item to copy.
- userState
Vea también
Referencia
ExchangeServiceBinding (Clase)
ExchangeServiceBinding (Miembros)
Microsoft.SharePoint.Portal.WebControls (Espacio de nombres)