共用方式為


SmsWapMessage.ContentType 屬性

定義

取得SmsWapMessageContent-Type標頭的值。 標頭參數可以在 Headers 屬性中找到。

public:
 property Platform::String ^ ContentType { Platform::String ^ get(); };
winrt::hstring ContentType();
public string ContentType { get; }
var string = smsWapMessage.contentType;
Public ReadOnly Property ContentType As String

屬性值

String

Platform::String

winrt::hstring

訊息中 Content-Type 標頭的值。

Windows 需求

應用程式功能
cellularMessaging sms

適用於

另請參閱