Share via


SmsFilterRule.SenderNumbers Property

Definition

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)

Property Value

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

List of sender numbers.

Windows requirements

App capabilities
cellularMessaging sms

Applies to