RuleActions.SendSMSAlertToRecipients Property

Definition

Gets the mobile phone numbers to which a Short Message Service (SMS) alert should be sent.

public:
 property System::Collections::ObjectModel::Collection<Microsoft::Exchange::WebServices::Data::MobilePhone ^> ^ SendSMSAlertToRecipients { System::Collections::ObjectModel::Collection<Microsoft::Exchange::WebServices::Data::MobilePhone ^> ^ get(); };
public System.Collections.ObjectModel.Collection<Microsoft.Exchange.WebServices.Data.MobilePhone> SendSMSAlertToRecipients { get; }
Public ReadOnly Property SendSMSAlertToRecipients As Collection(Of MobilePhone)

Property Value

A collection of mobile phone numbers.

Remarks

The SendSMSAlertToRecipients property represents an action that sends an alert to the specified recipients.

To disable sending SMS alerts for incoming messages, empty the SendSMSAlertToRecipients list.

The SendSMSAlertToRecipients property is returned with the RuleActions class regardless of whether the rule that is associated with this RuleActions class has defined such a rule action. If the rule has defined and enabled such a rule action, this property will be a non-empty collection of mobile phone numbers.

Applies to