RuleActions.SendSMSAlertToRecipients 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取短信服务 (短信) 警报应发送到的移动电话号码。
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返回。 如果规则已定义并启用此类规则操作,则此属性将是移动电话号码的非空集合。