Click or drag to resize
EmailNotificationOptions Class
Inheritance Hierarchy
SystemObject
  DoubleTake.Common.ContractEmailNotificationOptions

Namespace: DoubleTake.Common.Contract
Assembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntax
public class EmailNotificationOptions : IExtensibleDataObject

The EmailNotificationOptions type exposes the following members.

Constructors
  NameDescription
Public methodEmailNotificationOptions
Top
Properties
  NameDescription
Public propertyConnectionSecurity
This value represents the SMTP server connection security.
Public propertyEnabled
This value is true if email notification is enabled; otherwise, it is false.
Public propertyEntryIdFilter
This value is one or more comma-delimited Windows Event Log entry IDs for which email notifications should be sent.
Public propertyEntryTypeFilter
This value is one or more comma-delimited Windows Event Log entry types (error, warning, or information) for which email notifications should be sent.
Public propertyExtensionData
Gets or sets the structure that contains extra data.
Public propertyFrom
This value is the e-mail address that will be placed in the From field of the email message.
Public propertyIncludeEventDescriptionInSubject
This value is true if the event description is included in the email subject; otherwise, it is false.
Public propertyLoginToSmtpServer
This value is true if you must log in to the SMTP server; otherwise, it is false.
Public propertySmtpCredentials
This value represents the credentials used to log into the SMTP server. Do not set this value if you want to user the SMTP server anonymously.
Public propertySmtpPort
This value is the SMTP port. The default port is 25.
Public propertySmtpServer
This value is the name of the SMTP server.
Public propertySubjectPrefix
This value is the text that will be added to the beginning of the email subject.
Public propertyTo
This value can contain one or more comma-delimited e-mail addresses to which the email notifications will be sent.
Top
See Also