Ews.CopyFolder Method
Namespace: Rebex.Net
Assembly: Rebex.Ews.dll (version 7.0.9448)
CopyFolder(EwsFolderId, EwsFolderId)
Copies an exchange folder with its content into another exchange folder.
Declaration
public EwsFolderId CopyFolder(EwsFolderId folderId, EwsFolderId targetFolderId)
Parameters
| Type | Name | Description |
|---|---|---|
| Ews |
folderId | ID of a folder to copy. |
| Ews |
targetFolderId | ID of a folder where to copy the folder. |
Returns
| Type | Description |
|---|---|
| Ews |
Ews |