Send Outlook Email

You can select this activity to send an email message from Outlook. This table lists the properties for the activity.

Property Type Property Name Data Type Description
Attachments Attachments List< String> List of files to be attached as a collection.
Email Body String The body of the email message in string format.
Subject String The subject of the email message in string format.
Input Account String The account that must be used to send the email message in string format.
Sender Display Name String The display name of the intended sender of the email message in string format.
Options IsBodyHTML Boolean Select this check box if the body of the email message is in HTML format. The default value is False.
IsDraft Boolean Select the check box if the email message is saved as a draft. The default value is False.
Receiver Bcc String The hidden recipients of the email message in string format.
Cc String The secondary recipients of the email message in string format.
To String The main recipients of the email message in string format.