Click or drag to resize
EmailOptionsModel Properties

The EmailOptionsModel type exposes the following members.

Properties
  NameDescription
Public propertyConnectionSecurity
Gets or sets connection security.
Public propertyEnabled
Gets or sets a value indicating whether or not e-mail notifications are enabled.
Public propertyEntryIdFilter
Gets or sets entry id filter.
Public propertyEntryTypeFilter
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.
Public propertyFrom
Gets or sets email address that will be placed in the From field of the e-mail message.
Public propertyIncludeEventDescriptionInSubject
Gets or sets a value indicating whether or not to include the event description in the subject of the notification e-mails.
Public propertyLoginRequired
Gets or sets a value indicating whether to login to the SMTP server or not.
Public propertySmtpCredentials
Gets or sets the SMTP credentials - missing to use the SMTP server anonymously.
Public propertySmtpPort
Gets or sets the SMTP port - missing to use the default SMTP port (25).
Public propertySmtpServer
Gets or sets the SMTP server.
Public propertySubjectPrefix
Gets or sets text that will be added to the beginning of the e-mail subject.
Public propertyTo
Gets or sets one or more comma-delimited e-mail addresses to which the e-mail notifications will be sent.
Top
See Also