# Move IBM Notes Mail Message

> `UiPath.Mail.LotusNotes.Activities.MoveLotusNotesMailMessage`

`UiPath.Mail.LotusNotes.Activities.MoveLotusNotesMailMessage`

:::note
IBM Mail Activities can only use the current active IBM Notes account on the machine that is running the automation process.
:::

Moves a IBM Notes mail message to a specified folder.

:::note
* This activity only works with IBM Notes v9.0.1 or above.
* This activity is not available in projects that use .NET 5.
:::

## Properties

#### Common

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

#### Input

* **FromFolder** - The mail folder where the message can be found. If this field is left empty, the message is only copied, and not deleted from the initial folder.
* **MailFolder** - The mail folder to which the messages are to be moved.
* **MailMessage** - The `MailMessage` object to be moved. This field supports only `MailMessage` variables.

#### Logon

* **Password** - The password of the IBM Notes account used to move the message.
* **SecurePassword** - The password of the IBM Notes account used, as a secure string.

#### Misc

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