英語で読む

次の方法で共有


ChatMessageStatus 列挙型

定義

下書き、送信、受信など、チャット メッセージの現在の状態を指定します。

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

ドラフト

Recalled 12

リコール

Received 5

受取済み

ReceiveDownloadFailed 7

ダウンロードの受信に失敗しました

ReceiveDownloading 8

ダウンロードを受信する

ReceiveDownloadNeeded 6

必要なダウンロードを受け取った

ReceiveRetryNeeded 13

受信再試行が必要です

SendFailed 4

送信に失敗しました

Sending 1

送信

SendRetryNeeded 3

必要な再試行を送信する

Sent 2

送信済み

適用対象