# Move Outlook Mail Message

> `UiPath.Mail.Outlook.Activities.MoveOutlookMessage`

`UiPath.Mail.Outlook.Activities.MoveOutlookMessage`

Moves an Outlook email message to a specified folder.

## Properties

#### Input

* **MailMessage** - The MailMessage object to be moved.
* **Account** - The account used to access the messages to be moved.
* **MailFolder** - The mail folder to which the messages are to be moved.
  :::note
  To move emails between folders in a shared mailbox, set the **Account** option to your Shared Mailbox name (the name found in Outlook).
  :::

#### Common

* **DisplayName** - The display name of the activity.

#### Misc

* **Private** - If selected, the values of variables and arguments are no longer logged at Verbose level.
