Activities
latest
false
Banner background image
Productivity Activities
Last updated 2024年3月27日

Send Outlook Mail Message

UiPath.Mail.Outlook.Activities.SendOutlookMail

Sends an email message from Outlook.

Properties

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.
  • Subject - The subject of the email message.
Forward
  • MailMessage - The message to be forwarded. This field only supports MailMessage objects.
Input
  • Account - The account used to send the messages.
  • SentOnBehalfOfName - The display name of the sender of the mail message. This field supports only strings and String variables.
Misc
  • Private - If selected, the values of variables and arguments are no longer logged at Verbose level.
Options
  • ContinueOnError - Specifies if the automation should continue even when the activity throws an error. This field only supports Boolean values (True, False). The default value is False. As a result, if the field is not configured and an error is thrown, the execution of the project stops. If the value is set to True, the execution of the project continues regardless of any error.
  • Importance - Specifies the importance of the mail message:

    • Low
    • Normal (default)
    • High
  • IsBodyHtml - Specifies whether the body of the message is written in HTML format.
  • IsDraft - Specifies whether the message should be saved as a draft.
  • ReplyTo - The email addresses to be used when replying.
  • Sensitivity - Specifies the sensitivity of the mail message:
    • Normal (default)
    • Personal
    • Private
    • Confidential
Receiver
  • Bcc - The hidden recipients of the email message.
  • Cc - The secondary recipients of the email message.
  • To - The main recipients of the email message.
  • Properties

Was this page helpful?

Get The Help You Need
Learning RPA - Automation Courses
UiPath Community Forum
Uipath Logo White
Trust and Security
© 2005-2024 UiPath. All rights reserved.