MoveMail
Moves an email message from one folder to another within a user's mailbox, enabling inbox organization and workflow automation.
Input
| Name | Type | Required | Description |
| MessageId | String | True | The unique identifier of the email message to be moved. Required to locate and operate on the specific message within the mailbox. |
| DestinationId | String | True | The unique identifier of the destination folder where the email message should be moved. This folder must exist within the user's mailbox. |
| UserId | String | False | The identifier of the impersonated user on whose behalf the reply is being sent. Used in delegated access scenarios. |
Result Set Columns
| Name | Type | Description |
| Id | String | The unique identifier of the email message after it has been successfully moved to the specified destination folder. |