SmsStatusMessage.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 phone number the status message was sent to.
public:
property Platform::String ^ To { Platform::String ^ get(); };
winrt::hstring To();
public string To { get; }
var string = smsStatusMessage.to;
Public ReadOnly Property To As String
Property Value
The phone number, as a string.
Windows requirements
App capabilities |
cellularMessaging
sms
|