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