move_message
Moves an Outlook message to a specified folder by providing the message ID and destination folder ID or well-known folder name.
Instructions
Move a message to another folder.
Args: message_id: Graph message id. destination: Target folder id, OR one of the well-known names: 'archive', 'inbox', 'junkemail', 'deleteditems', 'sentitems', 'drafts'. mailbox: Optional mailbox. include_raw: Include the raw Graph payload.
Returns: The trimmed moved message (which lives in the destination folder).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mailbox | No | ||
| message_id | Yes | ||
| destination | Yes | ||
| include_raw | No |