SmsBroadcastMessage.To Property
Definition
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 recipient phone number of the broadcast SMS message.
public:
property Platform::String ^ To { Platform::String ^ get(); };
winrt::hstring To();
public string To { get; }
var string = smsBroadcastMessage.to;
Public ReadOnly Property To As String
Property Value
A string representation of the phone number, formatted in the phone number format favored by the device and the network that the device is registered on.
Windows requirements
App capabilities |
cellularMessaging
sms
|