# Save Outlook Mail Message

> `UiPath.Mail.Outlook.Activities.SaveOutlookMailMessage`

`UiPath.Mail.Outlook.Activities.SaveOutlookMailMessage`

Saves an Outlook mail message to the specified folder.

## Properties

#### Common

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

#### Input

* **FileName** - The name of the saved mail message. If missing, the subject of the email is used as the file name.
* **Folder** - The full path to the existing folder where to save the mail message.
* **MailMessage** - The mail message to be saved. This activity only supports Outlook mail messages.
* **ReplaceExisting** - If selected, the existing file with the same name will be overwritten.
* **SaveAsType** - Select the format to save the mail message as:
  + TextOnly
  + OutlookTemplate
  + Html
  + Mht
  + OutlookMessageFormat
  + OutlookMessageFormatUnicode (Default)

#### Misc

* **Private** - If selected, the data used in the activity is not logged by Studio.
