Class BackupExecNotificationConfiguration
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the notification configuration for a Backup Exec installation.
public class BackupExecNotificationConfiguration : BypassSection
- Inheritance
-
BackupExecNotificationConfiguration
- Inherited Members
Constructors
BackupExecNotificationConfiguration()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.BackupExecNotificationConfiguration class.
public BackupExecNotificationConfiguration()
Properties
Recipients
Gets or sets the recipients of notifications configured on the Backup Exec server.
public BackupExecNotificationRecipients Recipients { get; set; }
Property Value
SenderEmailAddress
Gets or sets the sender email address to use for notifications.
public string SenderEmailAddress { get; set; }
Property Value
SenderName
Gets or sets the sender name.
public string SenderName { get; set; }
Property Value
SmtpAuthenticationEnabled
Gets or sets whether authentication should be used when communicating with the SMTP server.
public BooleanOption SmtpAuthenticationEnabled { get; set; }
Property Value
SmtpPort
Gets or sets the port of the SMTP server - for example "25".
public int SmtpPort { get; set; }
Property Value
SmtpServer
Gets or sets the address of the SMTP server.
public string SmtpServer { get; set; }
Property Value
SmtpUserName
Gets or sets the username to use when communicating with the SMTP server.
public string SmtpUserName { get; set; }
Property Value
TextServiceProviderAddress
Gets or sets the address to use for text messaging services.
public string TextServiceProviderAddress { get; set; }
Property Value
Methods
ToString()
Returns the CENTREL.XIA.Configuration.Types.BackupExecNotificationConfiguration as a human readable string.
public override string ToString()
Returns
- string
The CENTREL.XIA.Configuration.Types.BackupExecNotificationConfiguration as a human readable string.