SmsWapMessage.From 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 phone number of the sender of the SmsWapMessage.
public:
property Platform::String ^ From { Platform::String ^ get(); };
winrt::hstring From();
public string From { get; }
var string = smsWapMessage.from;
Public ReadOnly Property From As String
Property Value
The phone number of the sender of the message.
Windows requirements
App capabilities |
cellularMessaging
sms
|