Copies an exchange folder with its content into another exchange folder.
Namespace:
Rebex.Net
Assembly:
Rebex.Ews (in Rebex.Ews.dll)
Syntax
Visual Basic |
---|
Public Function CopyFolder ( _ folderId As EwsFolderId, _ targetFolderId As EwsFolderId _ ) As EwsFolderId |
C# |
---|
public EwsFolderId CopyFolder( EwsFolderId folderId, EwsFolderId targetFolderId ) |
Parameters
- folderId
- Type: Rebex.Net..::..EwsFolderId
ID of a folder to copy.
- targetFolderId
- Type: Rebex.Net..::..EwsFolderId
ID of a folder where to copy the folder.