IGraphClientAsync.CopyMessageAsync
IGraphClientAsync.CopyMessageAsync method
Asynchronously copies a message to a new parent folder.
public Task<MapiMessage> CopyMessageAsync(string newParentId, string itemId,
CancellationToken cancellationToken = default)
| Parameter | Type | Description |
|---|---|---|
| newParentId | String | The ID of the new parent folder. |
| itemId | String | The ID of the message to copy. |
| 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 MapiMessage.
See Also
- class MapiMessage
- interface IGraphClientAsync
- namespace Aspose.Email.Clients.Graph
- assembly Aspose.Email