SmsFilterRule.SenderNumbers Property
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the sender numbers associated with an SMS message that matches this rule.
public:
property IVector<Platform::String ^> ^ SenderNumbers { IVector<Platform::String ^> ^ get(); };
IVector<winrt::hstring> SenderNumbers();
public IList<string> SenderNumbers { get; }
var iVector = smsFilterRule.senderNumbers;
Public ReadOnly Property SenderNumbers As IList(Of String)
List of sender numbers.
App capabilities |
cellularMessaging
sms
|