SmsVoicemailMessage 类

定义

封装短信语音邮件。

注意

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

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

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

获取与消息关联的唯一设备标识符。

MessageClass

获取消息的消息类。

MessageCount

获取可用消息数。

MessageType

获取消息的类型。

SimIccId

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

Timestamp

消息的时间戳。

To

消息发送到的电话号码。

适用于

另请参阅