Output |
The OutputEmailDevice type exposes the following members.
| Name | Description | |
|---|---|---|
| AzureSecret | The Azure Secret for MS Graph | |
| ChangeSender | If true, the Email Sender or Reply address can be changed in the Report Designer | |
| ClearAzureSecret | Secret used for the authentication before sending the Email | |
| ClearPassword | The clear password used to connect to the SMTP server | |
| ClearSendGridKey | The clear API Key used for SendGrid. An API Key can be get from https://sendgrid.com/ after registration (Free plan). | |
| DeliveryMethod | Specifies how outgoing email messages will be handled | |
| EnableSsl | If true, the client uses Secure Socket Layer | |
| Error | Last error message | |
| FullName |
Full name
(Overrides OutputDeviceFullName) | |
| GUID |
The unique identifier
(Inherited from RootComponent) | |
| HelperTestEmail | Editor Helper: Send a test email with the current configuration | |
| Information | Last information message | |
| MSGraphScript | Script used to send the Email via SendGrid. The script can be customized. | |
| Name |
The name
(Inherited from RootComponent) | |
| Password | The password | |
| Port | SMTP Port used to connect to the server | |
| ProcessingScript | Script executed when the output is processed. The script can be customized. | |
| ReplyTo | The reply addresses used for the email | |
| SenderEmail | The sender email address used to send the email | |
| SendGridKey | The API Key for SendGrid | |
| SendGridScript | Script used to send the Email via SendGrid. The script can be customized. | |
| Server | SMTP Email Server name | |
| SmtpScript | Script used to send the Email via SMTP. The script can be customized. | |
| TestEmailTo | The destination email address used to send the test email | |
| Timeout | Amount of time in milli-seconds after which the email is not sent | |
| Type | Type of Email server used | |
| UseDefaultCredentials | If true, the default credentials are used | |
| UsedForNotification | If true, this email device will be chosen first to be used for notifications. (e.g. sending an email in case of error in a schedule) | |
| UserName | The user name used to connect to the SMTP server |