SmsAppMessage 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public ref class SmsAppMessage sealed
/// [Windows.Foundation.Metadata.Activatable(65536, Windows.Foundation.UniversalApiContract)]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class SmsAppMessage final
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Activatable(65536, "Windows.Foundation.UniversalApiContract")]
class SmsAppMessage final
[Windows.Foundation.Metadata.Activatable(65536, typeof(Windows.Foundation.UniversalApiContract))]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class SmsAppMessage
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Activatable(65536, "Windows.Foundation.UniversalApiContract")]
public sealed class SmsAppMessage
function SmsAppMessage()
Public NotInheritable Class SmsAppMessage
- 继承
- 属性
- 实现
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
|
构造函数
SmsAppMessage() |
构造函数。 用于在发送 SmsAppMessage 之前创建它。 |
属性
BinaryBody |
读取或写入应用程序消息的二进制部分。 |
Body |
邮件的纯文本正文。 |
CallbackNumber |
要拨打的号码,以答复收到的短信。 |
CellularClass |
接收消息的手机网络设备的类。 |
DeviceId |
接收消息的设备的设备 ID。 |
Encoding |
用于发送消息的编码。 |
From |
消息发送方的电话号码。 |
IsDeliveryNotificationEnabled |
指示短信传送状态报告是否由 SMSC 发送。 |
MessageClass |
消息的消息类。 |
MessageType |
消息的消息类型。 |
PortNumber |
消息的端口号。 |
ProtocolId |
消息的协议标识符。 |
RetryAttemptCount |
消息的重试尝试计数。 |
SimIccId |
获取接收消息的 SIM 的 ICCID (集成电路卡标识符) 。 |
TeleserviceId |
消息的 Teleservice 标识符。 |
Timestamp |
消息的时间戳。 |
To |
此邮件收件人的电话号码。 |