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