IGraphClientAsync.CopyFolderAsync
IGraphClientAsync.CopyFolderAsync method
Asynchronously copies a mailfolder and its contents to another mailfolder.
public Task<FolderInfo> CopyFolderAsync(string newParentId, string itemId,
CancellationToken cancellationToken = default)
| Parameter | Type | Description |
|---|---|---|
| newParentId | String | New parent folder id. |
| itemId | String | Item id to be copied. |
| cancellationToken | CancellationToken | A cancellation token to observe while waiting for the task to complete. |
Return Value
A task that represents the asynchronous operation. The task result contains the copied folder.
See Also
- class FolderInfo
- interface IGraphClientAsync
- namespace Aspose.Email.Clients.Graph
- assembly Aspose.Email