EmailOptionsModel Properties |
The EmailOptionsModel type exposes the following members.
| Name | Description | |
|---|---|---|
| ConnectionSecurity |
Gets or sets connection security.
| |
| Enabled |
Gets or sets a value indicating whether or not e-mail notifications are enabled.
| |
| EntryIdFilter |
Gets or sets entry id filter.
| |
| EntryTypeFilter |
Gets or sets value that specifies one or more comma-delimited Windows Event Log entry types (Error, Warning, etc.) for which e-mail notifications should be sent.
| |
| From |
Gets or sets email address that will be placed in the From field of the e-mail message.
| |
| IncludeEventDescriptionInSubject |
Gets or sets a value indicating whether or not to include the event description in the subject of the notification e-mails.
| |
| LoginRequired |
Gets or sets a value indicating whether to login to the SMTP server or not.
| |
| SmtpCredentials |
Gets or sets the SMTP credentials - missing to use the SMTP server anonymously.
| |
| SmtpPort |
Gets or sets the SMTP port - missing to use the default SMTP port (25).
| |
| SmtpServer |
Gets or sets the SMTP server.
| |
| SubjectPrefix |
Gets or sets text that will be added to the beginning of the e-mail subject.
| |
| To |
Gets or sets one or more comma-delimited e-mail addresses to which the e-mail notifications will be sent.
|