Ews.MoveFolderAsync Method
Namespace: Rebex.Net
Assembly: Rebex.Ews.dll (version 8.0.9673)
MoveFolderAsync(EwsFolderId, EwsFolderId, Object)
Moves an exchange folder with its content into another exchange folder.
Declaration
public Task<EwsFolderId> MoveFolderAsync(EwsFolderId folderId, EwsFolderId targetFolderId, object state = null)
Parameters
| Type | Name | Description |
|---|---|---|
| EwsFolderId | folderId | ID of a folder to move. |
| EwsFolderId | targetFolderId | ID of a folder where to move the folder. |
| Object | state | An object containing state information for this request. |
Returns
| Type | Description |
|---|---|
| Task<EwsFolderId> | EwsFolderId of the moved exchange folder. |