Skip to content

Latest commit

 

History

History
52 lines (34 loc) · 1.47 KB

smsmessagetype.md

File metadata and controls

52 lines (34 loc) · 1.47 KB
-api-id -api-type -api-device-family-note
T:Windows.Devices.Sms.SmsMessageType
winrt enum
xbox

SmsMessageType

-description

This enumerated type defines the format of the SMS message.

Note

This functionality is available only to mobile operator apps and UWP apps given privileged access by mobile network operators, mobile broadband adapter IHV, or OEM. For more information, see Mobile Broadband.

-enum-fields

-field Binary:0

The SMS message is in binary format.

-field Text:1

The SMS message is in text format.

-field Wap:2

A WAP Push message (an MMS message, for example). This value is supported on UWP app and Windows Phone 8.x app on Windows 10.

-field App:3

An application-directed message (a visual voicemail message on a specific port, for example). This value is supported on UWP app and Windows Phone 8.x app on Windows 10.

-field Broadcast:4

A cell broadcast message. This value is supported on UWP app and Windows Phone 8.x app on Windows 10.

-field Voicemail:5

A legacy voicemail message waiting indication message.

This value is supported on UWP app and Windows Phone 8.x app on Windows 10.

-field Status:6

A send status message. This value is supported on UWP app and Windows Phone 8.x app on Windows 10.

-remarks

-examples

-see-also

-capabilities

cellularMessaging, sms