Send Outlook Graph Email

You can select this activity to send an email message using Outlook.

This table lists the properties for the activity.

Property Type Property Name Data Type Description
Common Continue on Error Boolean Select the check box to continue the RPA flow even if the activity fails. This check box is select- ed by default.
Email Message Save as Draft Boolean Indicates whether to send the email or save it as a draft.
To String A list of email addresses of the recipients. Specify values in the Expression Editor window.
Attachments String List of files to be attached as a collection. Specify values in the Expression Editor window.
BCC String A list of the hidden recipients of the email message in string format. Specify values in the Expression Editor window.
CC String A list of email addresses of the recipients of the email message in string format. Specify values in the Expression Editor window.
Email Body String The body of the email.
Email Subject String The subject of the email. For example,'Test'
Misc Display Name String Display name for the activity.
Option Account String The account with which the activity interacts. When using delegated permissions, specify a shared mailbox or service account accessible to the user. When using application permissions, the activity interacts directly with the specified account.
Output Response Code Int32 Response code for the activity. Possible values:
  • 200 to 290: Indicates a successful response or valid output.
  • 400 to 499: Indicates client error responses.
  • 500 to 599: Indicates server error responses.