ChatMessageStatus Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
Draft | 0 | Draft |
Sending | 1 | Sending |
Sent | 2 | Sent |
SendRetryNeeded | 3 | Send retry needed |
SendFailed | 4 | Send failed |
Received | 5 | Received |
ReceiveDownloadNeeded | 6 | Received download needed |
ReceiveDownloadFailed | 7 | Receive download failed |
ReceiveDownloading | 8 | Receive downloading |
Deleted | 9 | Deleted |
Declined | 10 | Declined |
Cancelled | 11 | Cancelled |
Recalled | 12 | Recalled |
ReceiveRetryNeeded | 13 | Receive retry needed |