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