Output |
The OutputEmailDevice type exposes the following members.
Name | Description | |
---|---|---|
![]() | ChangeSender | If true, the Email Sender or Reply address can be changed in the Report Designer or the Web Report Designer |
![]() | 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 |
![]() | Name |
The name
(Inherited from RootComponent) |
![]() | Password | The password |
![]() | Port | SMTP Port used to connect to the server |
![]() | ReplyTo | The reply addresses used for the email |
![]() | SenderEmail | The sender email address used to send the email |
![]() | SendGridKey | The API Key for SendGrid |
![]() | Server | SMTP Email Server name |
![]() | SmtpClient | Current SmtpClient |
![]() | 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 |
![]() | 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 |
![]() | UseSendGrid | If true, the SendGrid client is used instead of the SMTP client |