Copies an item to specified exchange folder.

Namespace:  Rebex.Net
Assembly:  Rebex.Ews (in Rebex.Ews.dll)

Syntax

Visual Basic
Public Function CopyItem ( _
	itemId As EwsItemId, _
	folderId As EwsFolderId _
) As EwsItemId
C#
public EwsItemId CopyItem(
	EwsItemId itemId,
	EwsFolderId folderId
)

Parameters

itemId
Type: Rebex.Net..::..EwsItemId
ID of an item to copy.
folderId
Type: Rebex.Net..::..EwsFolderId
ID of a folder to which to copy the item.

Return Value

EwsItemInfo of the copied item.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also