SmsMessageType
SmsMessageType
SmsMessageType
SmsMessageType
Enum
Definition
This enumerated type defines the format of the SMS message.
Note
This functionality is only available to mobile operator apps and Windows Store app given privileged access by mobile network operators, mobile broadband adapter IHV, or OEM. For more information, see Mobile Broadband: device apps.
public : enum class SmsMessageTypepublic enum SmsMessageTypePublic Enum SmsMessageType// You can use this enum in JavaScript.
- Attributes
| Device family |
Windows 10 (introduced v10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
| Capabilities |
sms
cellularMessaging
|
Fields
| App App App App | An application-directed message (a visual voicemail message on a specific port, for example). This value is supported on Windows Store app and Windows Phone Store app on Windows 10. |
| Binary Binary Binary Binary | The SMS message is in binary format. |
| Broadcast Broadcast Broadcast Broadcast | A cell broadcast message. This value is supported on Windows Store app and Windows Phone Store app on Windows 10. |
| Status Status Status Status | A send status message. This value is supported on Windows Store app and Windows Phone Store app on Windows 10. |
| Text Text Text Text | The SMS message is in text format. |
| Voicemail Voicemail Voicemail Voicemail | A legacy voicemail message waiting indication message. This value is supported on Windows Store app and Windows Phone Store app on Windows 10. |
| Wap Wap Wap Wap | A WAP Push message (an MMS message, for example). This value is supported on Windows Store app and Windows Phone Store app on Windows 10. |