SmsWapMessage.To Property
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 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
The recipient phone number of this message.
App capabilities |
cellularMessaging
sms
|