ChatMessageStatus 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指定聊天消息(如草稿、已发送或已接收)的当前状态。
public enum class ChatMessageStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class ChatMessageStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum ChatMessageStatus
var value = Windows.ApplicationModel.Chat.ChatMessageStatus.draft
Public Enum ChatMessageStatus
- 继承
-
ChatMessageStatus
- 属性
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
|
字段
Cancelled | 11 | 已取消 |
Declined | 10 | 已拒绝 |
Deleted | 9 | Deleted |
Draft | 0 | Draft |
Recalled | 12 | 召回 |
Received | 5 | Received |
ReceiveDownloadFailed | 7 | 接收下载失败 |
ReceiveDownloading | 8 | 接收下载 |
ReceiveDownloadNeeded | 6 | 需要接收的下载 |
ReceiveRetryNeeded | 13 | 需要接收重试 |
SendFailed | 4 | 发送失败 |
Sending | 1 | 发送 |
SendRetryNeeded | 3 | 需要发送重试 |
Sent | 2 | 已发送 |