SmsStatusMessage.To Property

Definition

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

String

Platform::String

winrt::hstring

The phone number, as a string.

Windows requirements

App capabilities
cellularMessaging sms

Applies to