Share via


SmsWapMessage.From Property

Definition

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

String

Platform::String

winrt::hstring

The phone number of the sender of the message.

Windows requirements

App capabilities
cellularMessaging sms

Applies to