SmsMessageFilter
SmsMessageFilter
SmsMessageFilter
SmsMessageFilter
Enum
Definition
This enumerated type specifies which messages in the device message store an operation is performed on.
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.
Note
Note that this class and its methods are supported for the maintenance of legacy desktop apps that used it in earlier versions of Windows; and if you do use this class, you must specify the Windows.Devices.Sms.LegacySmsApiContract in your app's manifest. Do not use this class if you are developing new apps for Windows 10. Instead, use the members of this namespace that do not require the Windows.Devices.Sms.LegacySmsApiContract.
public : enum class SmsMessageFilterpublic enum SmsMessageFilterPublic Enum SmsMessageFilter// You can use this enum in JavaScript.
- Attributes
| Device family |
Windows Desktop Extension SDK (introduced v10.0.10240.0)
|
| API contract |
Windows.Devices.Sms.LegacySmsApiContract (introduced v1)
|
| Capabilities |
sms
cellularMessaging
|
Fields
| All All All All | All messages in the device message store. |
| Draft Draft Draft Draft | All unsent and saved messages. |
| Read Read Read Read | All read received messages. |
| Sent Sent Sent Sent | All sent and saved messages. |
| Unread Unread Unread Unread | All unread received messages. |