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