SmsStatusMessage 类

定义

封装短信状态消息。

注意

此功能仅适用于由移动网络运营商、移动宽带适配器 IHV 或 OEM 授予特权访问权限的移动运营商应用和 UWP 应用。 有关详细信息,请参阅 移动宽带

若要访问收到的状态消息,请创建由 SmsMessageReceived 事件触发的后台任务。 在该任务中,首先使用 SmsMessageReceivedTriggerDetails.MessageType 确定该消息是状态消息,然后使用 SmsMessageReceivedTriggerDetails.StatusMessage 属性访问此类的实例。

public ref class SmsStatusMessage sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class SmsStatusMessage final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class SmsStatusMessage
Public NotInheritable Class SmsStatusMessage
继承
Object Platform::Object IInspectable SmsStatusMessage
属性
实现

Windows 要求

设备系列
Windows 10 (在 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)
应用功能
cellularMessaging sms

属性

Body

获取状态消息的正文。

CellularClass

获取消息的手机网络类。

DeviceId

获取与状态消息关联的设备标识符。

DischargeTime

状态消息的释放时间。

From

获取发送状态消息的电话号码。

MessageClass

获取状态消息的消息类。

MessageReferenceNumber

获取状态消息的引用编号。

MessageType

获取状态消息的消息类型。

ServiceCenterTimestamp

获取状态消息的服务中心时间戳。

SimIccId

获取接收消息的 SIM 卡的 ICCID (集成电路卡标识符) 。

Status

与此消息关联的状态代码。

To

获取状态消息发送到的电话号码。

适用于

另请参阅