Output |
public class OutputEmailDevice : OutputDevice
The OutputEmailDevice type exposes the following members.
| Name | Description | |
|---|---|---|
| OutputEmailDevice | Initializes a new instance of the OutputEmailDevice class |
| 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 |
| Name | Description | |
|---|---|---|
| Create | Create a basic OutputEmailDevice | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetProcessingScriptTemplate | (Overrides OutputDeviceGetProcessingScriptTemplate) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| HandleZipOptions |
Handle the Output ZIP Options: Create a zip file if necessary
(Inherited from OutputDevice) | |
| Init |
Init the editor objects
(Inherited from RootEditor) | |
| InitDefaultValues |
Init the default values
(Inherited from RootEditor) | |
| InitEditor |
Init the editor objects and the default values
(Inherited from RootEditor) | |
| LoadFromFile | Load an OutputEmailDevice from a file | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| Process |
Send the report result by email using the device configuration
(Overrides OutputDeviceProcess(Report)) | |
| SaveToFile |
Save to current file
(Overrides OutputDeviceSaveToFile) | |
| SaveToFile(String) |
Save to a file
(Overrides OutputDeviceSaveToFile(String)) | |
| SendEmail(String, String, String, Boolean, String) | Send an Email either through SMTP or SendGrid or Graph API (used for notification emails) | |
| SendEmail(String, String, String, String, String, String, Boolean, String, String, String) | Send an Email either through SMTP or SendGrid or Graph API | |
| SendTestEmail | Helper to send a test email | |
| SetReadOnly |
Set all properties to readonly
(Inherited from RootEditor) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) | |
| UpdateEditor |
Update editor attributes
(Inherited from RootEditor) | |
| UpdateEditorAttributes |
Refresh properties attrivutes
(Inherited from RootEditor) | |
| Validate |
Validate the device
(Overrides OutputDeviceValidate) |
| Name | Description | |
|---|---|---|
| _dctd | (Inherited from RootEditor) | |
| _GUID | (Inherited from RootComponent) | |
| _name | (Inherited from RootComponent) | |
| AzureSecretKeyName | ||
| AzureSecretKeyValue | ||
| FilePath |
Current file path
(Inherited from OutputDevice) | |
| LastModification | Last modification date time | |
| MSGraphScriptTemplate | Default script template for Microsoft Graph | |
| PasswordKeyName | ||
| PasswordKeyValue | ||
| ProcessingScriptTemplate | Default processing script template | |
| SendGridKeyName | ||
| SendGridKeyValue | ||
| SendGridScriptTemplate | Default script template for SendGrid | |
| SmtpScriptTemplate | Default script template for SMTP |