SmsStatusMessage.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 that sent the status message.
public:
property Platform::String ^ From { Platform::String ^ get(); };
winrt::hstring From();
public string From { get; }
var string = smsStatusMessage.from;
Public ReadOnly Property From As String
Property Value
The sending phone number, as a string.
Windows requirements
App capabilities |
cellularMessaging
sms
|