RuleActions.SendSMSAlertToRecipients 属性

定义

获取短信服务 (短信) 警报应发送到的移动电话号码。

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)

属性值

移动电话号码的集合。

注解

属性 SendSMSAlertToRecipients 表示向指定收件人发送警报的操作。

若要禁用为传入消息发送短信警报,请 SendSMSAlertToRecipients 清空列表。

无论SendSMSAlertToRecipients与此类关联的RuleActions规则是否定义了此类规则操作,属性都会随 类一起RuleActions返回。 如果规则已定义并启用此类规则操作,则此属性将是移动电话号码的非空集合。

适用于