ChatMessageOperatorKind 枚举

定义

指定消息运算符类型。

public enum class ChatMessageOperatorKind
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class ChatMessageOperatorKind
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum ChatMessageOperatorKind
var value = Windows.ApplicationModel.Chat.ChatMessageOperatorKind.unspecified
Public Enum ChatMessageOperatorKind
继承
ChatMessageOperatorKind
属性

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 中引入)
应用功能
chat chatSystem smsSend

字段

Mms 2

彩信

Rcs 3

丰富的通信服务 (RCS) 消息

Sms 1

短信

Unspecified 0

尚未设置值。

适用于