Ews.CopyItem Method
Namespace: Rebex.Net
Assembly: Rebex.Ews.dll (version 7.0.9119)
CopyItem(EwsItemId, EwsFolderId)
Copies an item to specified exchange folder.
Declaration
public EwsItemId CopyItem(EwsItemId itemId, EwsFolderId folderId)
Parameters
| Type | Name | Description | 
|---|---|---|
| EwsItemId | itemId | ID of an item to copy.  | 
    
| EwsFolderId | folderId | ID of a folder to which to copy the item.  | 
    
Returns
| Type | Description | 
|---|---|
| EwsItemId | EwsItemInfo of the copied item.  |