Subscribe

UiPath StudioX

The UiPath StudioX Guide

Save Outlook Email

UiPath.Mail.Activities.Business.SaveMailX

📘

Note:

This activity was first introduced in the UiPath.Mail.Activities v1.8.0-preview activities package.

Saves a specified Outlook email to a folder on your computer as a .msg file. Should be used for the currently selected email, or while iterating through a list of emails.

In the Body of the Activity

  • Email message - Click plus button on the right side of the field and then, from the menu, select the email to save. When the activity is inside a For Each Mail Message activity, select Current Mail to indicate the current mail in the iteration. Otherwise, select Sel. Mail to use the message that is selected in Outlook at the moment when the project is executed. Alternatively, you can select Open in Advanced Editor and enter a VB expression.
  • Save to folder - Click browse files next to the field, and then browse to and select the folder where to save the email. Alternatively, you can indicate a file by selecting an option from the plus button menu on the right side of the field.
  • File name (optional) - Click plus button on the right side of the field, and then use one of the options from the menu to select the name under which to save the file. If no file name is provided, the subject of the email is used for the file name.

Properties

Common

  • Display Name - The name displayed for the activity in the Designer panel.

Input

Misc

  • Private - If selected, the data used in the activity is not logged by StudioX.

Updated 3 years ago


Save Outlook Email


Suggested Edits are limited on API Reference Pages

You can only suggest edits to Markdown body content, but not to the API spec.