Send Outlook Mail
Sends an email message from Outlook.
This activity sends an email message from a user-specified Outlook account.
Sender Information
Name:
String ArgumentThe sender's display name.
Receiver Information
To:
String ArgumentRequiredThe main recipients .of the mail.CC:
String ArgumentThe secondary recipients of the email message.BCC:
String ArgumentThe hidden recipients of the email message.
Input
Subject:
String ArgumentThe subject of the email message.Body:
String ArgumentThe body of the email message.Timeout:
Integer ArgumentSpecifies the amount of time (in milliseconds) to wait for the activity to run before raising an error. The default value is 20000 milliseconds (20 seconds).Attachments: The attachments that are to be added to the email message.
**Attachment Collection :
Allows specifying a list of files to be attached.
Email Configuration
Account:
String ArgumentRequiredThe email account that is used to send the message.
Options
IsBodyHTML:
True- The message body is written in HTML format.False- The message body is written in text format.Default
IsDraft:
True- The message should be saved as a draft.False- The message should not be saved as a draft.Default
Forward
Mail Message:
MailMessage VariableOptionalThe message to be forwarded, this field only supports Mail Message objects.
Last updated