IGraphClientAsync.MoveMessageAsync
IGraphClientAsync.MoveMessageAsync method
Asynchronously moves a message to a new parent folder.
public Task<MapiMessage> MoveMessageAsync(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 move. |
| 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 moved MapiMessage.
See Also
- class MapiMessage
- interface IGraphClientAsync
- namespace Aspose.Email.Clients.Graph
- assembly Aspose.Email