UiPath Documentation
activities
latest
false

Productivity activities

Reply To Outlook Mail Message

UiPath.Mail.Outlook.Activities.ReplyToOutlookMailMessage

Description

Replies to an email message using Outlook.

Project compatibility

Windows - Legacy | Windows

Properties

Additional Recipients

  • BCC - Additional hidden recipients of the email message.
  • CC - Additional secondary recipients of the email message.
  • To - Additional primary recipients of the email message.

Attachments

  • Attachments - The attachments to be added to the email message.
  • AttachmentsCollection - Enables you to specify a list of attachments to be added to the email message. This field supports only IEnumerable<String> variables.

Common

  • DisplayName - The display name of the activity.
  • TimeoutMS - Specifies the amount of time (in milliseconds) to wait for the activity to run before an error is thrown. The default value is 30000 milliseconds (30 seconds).

Email

  • Body - The body of the email message.
  • NewSubject - The new subject of the email.

Input

  • Importance - The importance of the email. The available options are Low, Normal, and High. The default value is Normal.
  • MailMessage - The message you want to reply to, stored in a MailMessage object. This field supports only MailMessage objects.
  • ReplyAll - If selected, replies to recipients in the Sender, To, and Cc fields. If cleared, only replies to the Sender. By default, this check box is cleared.
  • ReplyFrom - The email address from which the email is sent.

Misc

  • Private - If selected, the values of variables and arguments are no longer logged at Verbose level.
  • Description
  • Project compatibility
  • Properties
  • Additional Recipients
  • Attachments
  • Common
  • Email
  • Input
  • Misc

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated