Email Reply Control
This control is accessible through the Generic Control and it allows you to add email functionality to your scripts. It is linked to the Infinity.CreateEmail.dll file in the Manage Components screen.

Depending on the input properties, email parameters can be modified before sending the email.
Property | Description |
---|---|
AllowAddAttachments | True/False flag that indicates if attachments will be allowed |
AllowChangeAttachment | True/False flag that indicates if predefined attachments can be modified |
AllowChangeCC | True/False flag that indicates if the default CC recipient(s) can be changed |
AllowChangeMessage | True/False flag that indicates if the main message can be modified |
AllowChangeRecipient | True/False flag that indicates if the default recipient(s) can be changed |
AllowChangeSender | True/False flag that indicates if the default sender(s) can be changed |
AllowChangeSubject | True/False flag that indicates if the default subject can be modified |
AllowSetPriority | True/False flag that indicates if the default priority can be modified |
AttachmentPath | The directory path for the email attachments |
Attachments | The file names of the attachments |
AutoSend | True/False flag that indicating if the email messages will be auto sent without the need to click the Send button |
BCC | The default BCC recipient email(s) |
CC | The default CC recipient email(s) |
HTMLMessage | |
IsHTML | |
Message | |
Priority | |
Recipient | The default recipient email(s) |
Sender | The default sender email(s) |
SenderName | The default name of the sender |
Source | |
Subject | The default subject of the email |

Property | Description |
---|---|
EmailID | |
Result |