SmsWapMessage.To Property

Definition

Gets the recipient phone number of this SmsWapMessage.

public:
 property Platform::String ^ To { Platform::String ^ get(); };
winrt::hstring To();
public string To { get; }
var string = smsWapMessage.to;
Public ReadOnly Property To As String

Property Value

String

Platform::String

winrt::hstring

The recipient phone number of this message.

Windows requirements

App capabilities
cellularMessaging sms

Applies to