Click or drag to resize
EmailNotificationSettingsModel Class
Email notification settings model
Inheritance Hierarchy
SystemObject
  DoubleTake.Web.ModelsEmailNotificationSettingsModel

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

The EmailNotificationSettingsModel type exposes the following members.

Constructors
  NameDescription
Public methodEmailNotificationSettingsModel
Initializes a new instance of the EmailNotificationSettingsModel class
Top
Properties
  NameDescription
Public propertyCategories
Gets or sets the Double-Take "EmailIncludeCategories" registry setting.
Public propertyExcludeIds
Gets or sets the Double-Take "EmailExcludeIds" registry setting.
Public propertyFromAddress
Gets or sets the Double-Take "EmailFromAddress" registry setting.
Public propertyIsEnabled
Gets or sets a value indicating whether the Double-Take "EmailEnabled" registry setting is true.
Public propertyIsEventDescriptionInSubject
Gets or sets a value indicating whether the Double-Take "EmailSubjectDesc" registry setting is true.
Public propertyIsSmtpLogOnEnabled
Gets or sets a value indicating whether the Double-Take "EmailSmtpLogin" registry setting is true.
Public propertyPassword
Gets or sets the Double-Take "EmailPassword" registry setting.
Public propertyPort
Gets or sets the Double-Take "EmailServerPort" registry setting.
Public propertyRecipients
Gets or sets the Double-Take "EmailNotificationList" registry setting.
Public propertyServer
Gets or sets the Double-Take "EmailServer" registry setting.
Public propertySubjectPrefix
Gets or sets the Double-Take "EmailSubjectPrefix" registry setting.
Public propertyUserName
Gets or sets the Double-Take "EmailUsername" registry setting.
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