MoveMail
Moves an email message to a specified folder within a user's mailbox.
Input
| Name | Type | Required | Description |
| MessageId | String | True | Identifier of the email message that is to be moved. |
| DestinationId | String | True | Identifier of the destination folder where the email message should be moved. |
Result Set Columns
| Name | Type | Description |
| Id | String | Identifier of the email message after it has been successfully moved. |