Ews.CopyItemAsync Method
Namespace: Rebex.Net
Assembly: Rebex.Ews.dll (version 8.0.9673)
CopyItemAsync(EwsItemId, EwsFolderId, Object)
Copies an item to specified exchange folder.
Declaration
public Task<EwsItemId> CopyItemAsync(EwsItemId itemId, EwsFolderId folderId, object state = null)
Parameters
| Type | Name | Description |
|---|---|---|
| EwsItemId | itemId | ID of an item to copy. |
| EwsFolderId | folderId | ID of a folder to which to copy the item. |
| Object | state | An object containing state information for this request. |
Returns
| Type | Description |
|---|---|
| Task<EwsItemId> | EwsItemInfo of the copied item. |