Send Outlook Mail
Sends an email message from Outlook.
Last updated
Sends an email message from Outlook.
Last updated
This activity sends an email message from a user-specified Outlook account.
Name: The sender's display name.
To: Required
The main recipients .of the mail.
CC: The secondary recipients of the email message.
BCC: The hidden recipients of the email message.
Subject: The subject of the email message.
Body: The body of the email message.
Timeout: Specifies 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.
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
Account: Required
The email account that is used to send the message.
Mail Message: Optional
The message to be forwarded, this field only supports Mail Message objects.