Reply

Estimated reading: 3 minutes 1721 views

This activity assists in “Replying” to emails from the designated Outlook account.

Properties

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. When left blank, it will not be considered.

BCCAddress: This parameter specifies to provide the “BCC address” of the recipients for sending the email. It ensures that the “MailID” mentioned is not disclosed to the other users listed in the “To” and “CC” addresses.
This parameter accepts values in “String” datatype. You can either hardcode the values in “String” datatype or can enter the values in “String”.When left blank, it will not be considered.

CCAddress: This parameter provides the “CC address” of the recipients to whom the email should be sent. It enables sending the email to additional recipients for informational purposes. 
This parameter accepts values in “String” datatype. You can either hardcode the values in “String” datatype or can enter the values in “String”. When left blank, it will not be considered.

MailBody: * This parameter specifies the “Mail Body” that should be sent as an email.
This parameter accepts values in “String” datatype. You can either hardcode the values in “String” datatype or can enter the values in “String”. When left blank, it will not be considered.

MailItem:* Specify the “MailItem” variable (which will be declared in the “Read Mail” activity) to reply to the emails from the provided “list.”

MailSubject: Specify the “Subject” of the email to be sent along with the mails. This parameter accepts values in “String” datatype. You can either hardcode the values in “String” datatype or can enter the values in “String”.
When left blank, it will not be considered.

MoreRecipients: This specifies the addition of more recipients by including the email addresses of the recipients. This parameter accepts values in “String” datatype. You can either hardcode the values in “String” datatype or can enter the values in “String”.
When left blank, it will not be considered.

RemoveRecipients: Specify the removal of recipients by providing their “Email addresses.” This parameter accepts values in “String” datatype. You can either hardcode the values in “String” datatype or can enter the values in “String”.
When left blank, it will not be considered.

ReplyAll: Specify either “True” or “False” to enable or disable the “Reply all” condition for the list of emails.
True: Enables the “Reply All” functionality to send a reply to all the users mentioned in the email.
False: Disables the “Reply All” functionality, allowing a reply to be sent only to the original sender.
None: Indicates that when left blank, the functionality will be default to “False”.

MISC

DisplayName: Displays the name of the activity. The activity name can be customized, which aids in troubleshooting.

SkipOnError: Specify the “Boolean” value as “True” or “False.”
True: Continue executing the workflow regardless of any errors thrown.
False:
 Halt the workflow if it encounters any errors.
None:
 If the option is left blank, the activity will, by default, behave as if “False” were chosen.
Version: 
It indicates the version of the feature being used.

OUTPUT

Result: It provides the ability to view the execution status of the activity. It returns values in “Boolean.”
True: Indicates that the activity has been executed successfully without any errors.
False: Indicates that the activity has been unsuccessful due to an unexpected error being thrown.

Represents mandatory fields to execute the workflow.

Share this Doc

Reply

Or copy link

CONTENTS