Send Mail
Sends an email message to one or more recipients.
Last updated
Sends an email message to one or more recipients.
Last updated
This activity sends an email message to one or more recipients using the Microsoft Graph and APIs
Connection Id: Specifies the office 365 connection id.
Account: Specifies an email address with which to interact. This property can include any shared mailbox to which the current user has access rights. If the property field is left empty, the current user's account is used. This is an optional property.
Body : Specifies the email's message body. If the Is Body HTML property is set to true, then the body needs to be specified in HTML format.
Subject: Specifies the subject of the email message.
From: Specifies the email address from which the email message is sent.
Subject: Specifies the subject of the email message.
Importance: Specifies the importance or priority of the mail message to be sent . The available options are: Low, Normal, High. By default the value is Normal.
Is Body HTML:
True
- The activity will specify that the message body is in Html format.
False
- The activity will specify that the message body is in Text format.
Is Draft:
True
- The activity will save the message as draft and not sent.
False
- The activity will send the message and it wont be saved.
Reply to: Specifies mail addresses to be used when replying.Each of the mail addresses should be separated by a semicolon."
To: Specifies the main recipients of the email message.
Cc: Specifies the secondary recipients of the email message.
Bcc: Specifies the hidden recipients of the email message.
Attachments: Specifies a collection of paths of files that are to be attached to the email message.