# Delete IBM Notes Mail Message

> Delete IBM Notes Mail Message activity for automating IBM Notes operations.

`UiPath.Mail.LotusNotes.Activities.DeleteLotusNotesMailMessage`

## Description

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

Deletes a specified mail message from IBM Notes.

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

## Project compatibility

Windows - Legacy | Windows

## Properties

### Common

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

### Input

* **FromFolder** - The folder from which you want to delete the IBM Notes mail message.
* **MailMessage** - The IBM Notes mail message that is to be deleted.

### Logon

* **Password** - The password of the email account used to delete the message.
* **SecurePassword** - The password of the email account used, as a secure string.

### Misc

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