Click or drag to resize
EmailOptionsModel Class
Email options model.
Inheritance Hierarchy
SystemObject
  DoubleTake.Web.ModelsEmailOptionsModel

Namespace: DoubleTake.Web.Models
Assembly: DoubleTake.Web.Client.Management (in DoubleTake.Web.Client.Management.dll) Version: 0.5.36.0 (0.5.36.0)
Syntax
public sealed class EmailOptionsModel

The EmailOptionsModel type exposes the following members.

Constructors
  NameDescription
Public methodEmailOptionsModel
Initializes a new instance of the EmailOptionsModel class
Top
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
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also