SmsTextMessage2.From 属性

定义

获取邮件发件人的电话号码。

public:
 property Platform::String ^ From { Platform::String ^ get(); };
winrt::hstring From();
public string From { get; }
var string = smsTextMessage2.from;
Public ReadOnly Property From As String

属性值

String

Platform::String

winrt::hstring

发件人的电话号码,以字符串表示。

Windows 要求

应用功能
cellularMessaging sms

适用于