Class BackupExecNotificationUserRecipient
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a user recipient.
public class BackupExecNotificationUserRecipient : BackupExecNotificationRecipient, IComparable<BackupExecNotificationRecipient>
- Inheritance
-
BackupExecNotificationUserRecipient
- Implements
- Inherited Members
Constructors
BackupExecNotificationUserRecipient()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.BackupExecNotificationUserRecipient class.
public BackupExecNotificationUserRecipient()
Properties
LimitEmailNotifications
Gets or sets whether to limit the number of email notifications sent to the user.
public BooleanOption LimitEmailNotifications { get; set; }
Property Value
LimitEmailNotificationsString
Gets the email notification limit as a human readable string.
public string LimitEmailNotificationsString { get; set; }
Property Value
LimitTextNotifications
Gets or sets whether to limit the number of text notifications sent to the user.
public BooleanOption LimitTextNotifications { get; set; }
Property Value
LimitTextNotificationsString
Gets the text notification limit as a human readable string.
public string LimitTextNotificationsString { get; set; }
Property Value
MaxEmailNotifications
Gets or sets the maximum number of email notifications to send to the user. This setting only applies when "LimitEmailNotification" is set to true.
public int MaxEmailNotifications { get; set; }
Property Value
MaxEmailNotificationsTimeWindow
Gets or sets the time window in minutes in which the "MaxEmailNotifications" limit is applied.
public int MaxEmailNotificationsTimeWindow { get; set; }
Property Value
MaxTextNotifications
Gets or sets the maximum number of text notifications to send to the user. This setting only applies when "LimitTextNotification" is set to true.
public int MaxTextNotifications { get; set; }
Property Value
MaxTextNotificationsTimeWindow
Gets or sets the time window in minutes in which the "MaxTextNotifications" limit is applied.
public int MaxTextNotificationsTimeWindow { get; set; }
Property Value
NotifyByEmailEnabled
Gets or sets whether the user should be notified by email.
public BooleanOption NotifyByEmailEnabled { get; set; }
Property Value
NotifyByTextEnabled
Gets or sets whether the recipient should be notified by text message.
public BooleanOption NotifyByTextEnabled { get; set; }
Property Value
RecipientEmailAddress
Gets or sets the email address of the recipient.
public string RecipientEmailAddress { get; set; }
Property Value
RecipientTextNumber
Gets or sets the telephone number to which the text should be sent.
public string RecipientTextNumber { get; set; }
Property Value
TextServiceProviderAddress
Gets or sets the address of the text service provider.
public string TextServiceProviderAddress { get; set; }