> ## Documentation Index
> Fetch the complete documentation index at: https://developers.myhero.so/llms.txt
> Use this file to discover all available pages before exploring further.

# Outlook move message

> Move an Outlook message to another mail folder. destinationId accepts a folder id or one of the well-known names inbox, archive, deleteditems, junkemail…

`outlook_move_message`

Move an Outlook message to another mail folder. `destinationId` accepts a folder id or one of the well-known names `inbox`, `archive`, `deleteditems`, `junkemail`, `drafts`. Moving to `deleteditems` is recoverable.

## Parameters

<ParamField path="id" type="string" required>
  Outlook message id (from outlook\_search).
</ParamField>

<ParamField path="destinationId" type="string" required>
  Target folder id or well-known folder name.
</ParamField>
