This activity facilitates sending a "New mail" to the specified address using Outlook.

Technical Reference

 

 

 

 

 

 

 

 

 

 

 

 

INPUT

AttachmentList: Indicate the "AttachmentList" (Declared as an output in the "ExtractMailMessage" activity) to include attachments along with the "NewMail."

It accepts values in the form of a “list” datatype.

BCCAddress: Provide the "BCC address" of the recipients for sending the email. This ensures that the "MailID" mentioned is not disclosed to the other users listed in the "To" and "CC" addresses.

This field accepts values in the "String" datatype.

Body: Provide the "Mail Body" that needs to be sent as an “email.” This field accepts values in the "String" datatype.

CCAddress: Provide the "CC address" of the recipients to send the email. This allows sending email to additional recipients for informational purposes.

This field accepts values in the “String” datatype.

FromAddress: Specify the "From address," which is the sender's email address used to send the email. This field accepts values in the “String” datatype.

MailSubject: Specify the "Subject" of the email to be sent along with the mails. This field accepts values in the "String" datatype.

ToAddress: Specify the "To address" of the recipient to whom the email should be sent. This field accepts values in the “String” datatype.

 

 

 

 

 

 

 

 

 

MISC

DisplayName: Displays the name of the activity. The activity can also be customized which will help in troubleshooting.

SkipOnError: It specifies whether to continue executing the workflow even if it throws an error. This supports only Boolean value “True or False”. By default, it is set to “False.”

True: Continues the workflow to the next step
False: The workflow aborts if it throws any error.

None: If the option is specified as blank, by default the activity will perform as “False” action.

Version: It specifies the version of the Email automation feature in use

 

 

OUTPUT

Result: It helps to view the execution state of the activity. It returns the values in Boolean format.

True: It indicates the activity has been executed successfully without any error.

False: It indicates that the activity has been faulted due to some unexceptional error thrown.

Represents mandatory fields to execute the workflow

How to assign the value to attachment
list

The attachments list should be declared as a list of strings from the variables section
and enter the value as new List(of string)(new string(){“value1”,“value2”}).
Enter the location path of the attachments.

 

 

v5.0.3