ExchangeServiceBinding.CopyItem Method
Copies an item and puts it in another folder.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Function CopyItem ( _
CopyItem1 As CopyItemType _
) As CopyItemResponseType
'Usage
Dim instance As ExchangeServiceBinding
Dim CopyItem1 As CopyItemType
Dim returnValue As CopyItemResponseType
returnValue = instance.CopyItem(CopyItem1)
public CopyItemResponseType CopyItem(
CopyItemType CopyItem1
)
Parameters
- CopyItem1
Type: CopyItemType
An item to copy.
Return Value
Type: CopyItemResponseType
An object representing an item to copy.
Remarks
This element is contained in the SOAP envelope.