SmsStatusMessage.From Property

Definition

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

String

Platform::String

winrt::hstring

The sending phone number, as a string.

Windows requirements

App capabilities
cellularMessaging sms

Applies to