RuleActionsSendSMSAlertToRecipients Property |
Gets or sets the mobile phone numbers to which a Short Message Service (SMS) alert is to be sent.
Namespace:
Aspose.Email.Clients.Exchange
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic MailAddressCollection SendSMSAlertToRecipients { get; set; }Public Property SendSMSAlertToRecipients As MailAddressCollection
Get
Set
public:
property MailAddressCollection^ SendSMSAlertToRecipients {
MailAddressCollection^ get ();
void set (MailAddressCollection^ value);
}member SendSMSAlertToRecipients : MailAddressCollection with get, set
Property Value
Type:
MailAddressCollection
See Also