Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.39 KB

ismstextmessage.md

File metadata and controls

32 lines (22 loc) · 1.39 KB
-api-id -api-type
T:Windows.Devices.Sms.ISmsTextMessage
winrt interface

Windows.Devices.Sms.ISmsTextMessage

-description

This interface manipulates a decoded SMS text message. It provides direct access to the plain text body of the message, as well as key header properties, such as time stamp.

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.

Note

This class and its methods are supported for the maintenance of legacy desktop apps that used it in earlier versions of Windows. If you do use this class, then you must specify the Windows.Devices.Sms.LegacySmsApiContract in your app's manifest. Don't use this class if you're developing a new app for Windows. Instead, use the APIs in this namespace that don't require the Windows.Devices.Sms.LegacySmsApiContract.

-remarks

Interface inheritance

ISmsTextMessage inherits ISmsMessage. Types that implement ISmsTextMessage also implement the interface members of ISmsMessage.

-examples

-see-also

ISmsMessage

-capabilities

cellularMessaging, sms