ChatMessageStatus Enum

Definition

Specifies the current status of a chat message such as draft, sent, or received.

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
Inheritance
ChatMessageStatus
Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)
App capabilities
chat chatSystem smsSend

Fields

Cancelled 11

Cancelled

Declined 10

Declined

Deleted 9

Deleted

Draft 0

Draft

Recalled 12

Recalled

Received 5

Received

ReceiveDownloadFailed 7

Receive download failed

ReceiveDownloading 8

Receive downloading

ReceiveDownloadNeeded 6

Received download needed

ReceiveRetryNeeded 13

Receive retry needed

SendFailed 4

Send failed

Sending 1

Sending

SendRetryNeeded 3

Send retry needed

Sent 2

Sent

Applies to