Subscribe

UiPath StudioX

The UiPath StudioX Guide

Reply to Outlook Email

UiPath.Mail.Activities.Business.ReplyToMailX

📘

Note:

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

Replies to the specified Outlook email. Should be used for the currently selected email, or while iterating through a list of emails.

In the Body of the Activity

  • Email - Click plus button on the right side of the field and then, from the drop-down menu, select the email to reply to. 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.
  • Additional to - Click plus button on the right side of the field, and then use one of the options in the menu to select additional recipients to add to the To field of the reply email:
    • Data from an application added to a card or from the Excel Workspace. For example, you can select a cell in Excel with email addresses separated by semicolon (;) to add multiple recipients, or use the addresses from the To field of the email selected in Outlook when the project is executed.
    • Use Saved Value - Use data in the form of an email address that you previously saved for later use in the project.
    • Text - Enter one or more email addresses separated by semicolon (;) in the Text Builder.
    • Open in Advanced Editor - Enter a VB expression.
  • Additional Cc - Click plus button on the right side of the field, and then use one of the options in the menu to select secondary recipients to add to the Cc field of the reply email:
    • Data from an application added to a card or from the Excel Workspace. For example, you can select a range of Excel cells with email addresses to add multiple recipients, or use the email addresses from the Cc field of the email selected in Outlook when the project is executed.
    • Use Saved Value - Use data in the form of an email address that you previously saved for later use in the project.
    • Text - Enter one or more email addresses separated by semicolon (;) in the Text Builder.
    • Open in Advanced Editor - Enter a VB expression.
  • Bcc - Click plus button on the right side of the field, and then use one of the options in the menu to select hidden recipients to add to the Bcc field of the reply email:
    • Data from an application added to a card or from the Excel Workspace. For example, you can select a range of Excel cells with email addresses to add multiple recipients, or use the email addresses from the Bcc field of the email selected in Outlook when the project is executed.
    • Use Saved Value - Use data in the form of an email address that you previously saved for later use in the project.
    • Text - Enter one or more email addresses separated by semicolon (;) in the Text Builder.
    • Open in Advanced Editor - Enter a VB expression.
  • Optional new subject - Optionally, you can add a new subject for the email. If a new subject is not provided, the default Outlook subject for replies is used. Click plus button on the right side of the field, and then use one of the options in the menu to add a new subject for the reply email:
    • Data from an application added to a card or from the Excel Workspace. For example, you can select a cell in an Excel file, or you can use the subject of the email selected in Outlook when the project is executed.
    • Use Saved Value - Use data that you previously saved for later use in the project.
    • Text - Enter a subject in the Text Builder.
    • Open in Advanced Editor - Enter a VB expression.
  • Body - Click plus button on the right side of the field, and then use one of the options in the menu to add a body for the email:
    • Data from an application added to a card or from the Excel Workspace.
    • Use Saved Value - Use data that you previously saved for later use in the project.
    • Text - Enter the body text in the Text Builder.
    • Open in Advanced Editor - Enter a VB expression.
  • Attachments - Select if you want to attach Files or Folders, and then, for each attachment, click browse files next to the field and browse to the attachment and select it. Alternatively, you can indicate file or folder paths by selecting an option from the plus button menu on the right side of the field:
    • Data from an application added to a card or from the Excel Workspace.
    • Use Saved Value - Use data in the form of a path that you previously saved for later use in the project.
    • Text - Enter a path in the Text Builder. You can combine text with a formula from an Excel file cell, for example to add a date to the file name using formulas in the Excel Workspace.
    • Open in Advanced Editor - Enter a VB expression.

Properties

Common

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

Email

Input

  • MailMessage - See Email in the body of the activity.
  • Reply to all - If selected, the reply email is sent to all the recipients of the initial email. By default, this option is not selected.

Misc

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

Receiver

Updated 2 years ago


Reply to 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.