show / hide menu

Sub Activity – Settings

The Settings activity has the following sub activity:

  1. Send Mail From Bot Manager: This activity is used to send an email by using the bot manager settings.

Activity NameCommonAttachmentsEmailReceiverSender
Send Mail From Bot ManagerLabel – A classifying string applied to an activity which can be renamed by the user. It is the display name.

Disable – The user can enable or disable the activity.

ContinueOnError – It specifies the remaining activities to be executed even when one fails. This field supports only Boolean values (True or False). By default, the value is false so execution terminates when an error occurs.

Private – If selected, the log will not be shown in BOT Manager.

Timeout – Specify the maximum number of times the activity may attempt to obtain the lock.
 
Attachments – The attachment that you want to add to the Email.Body – Body of the email message.

Subject – Subject of the email message.

IsBodyHtml – Specifies whether the body of the message is in the HTML format.

MailMessage – Object of the MailMessages that is to be forwarded.
To – Main recipients of the email message.

Bcc – Hidden recipients of the email message.

Cc – Secondary recipients of the email.
From – Email address of the sender.