SmsWapMessage.ContentType Property

Definition

Gets the value of the Content-Type header in the SmsWapMessage. Header parameters can be found in the Headers property.

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

Property Value

String

Platform::String

winrt::hstring

The value of the Content-Type header in the message.

Windows requirements

App capabilities
cellularMessaging sms

Applies to

See also