ChatMessage.Status Property
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.
Gets the status of the message. Typical states include draft, sent, received, deleted, etc.
public:
property ChatMessageStatus Status { ChatMessageStatus get(); void set(ChatMessageStatus value); };
ChatMessageStatus Status();
void Status(ChatMessageStatus value);
public ChatMessageStatus Status { get; set; }
var chatMessageStatus = chatMessage.status;
chatMessage.status = chatMessageStatus;
Public Property Status As ChatMessageStatus
Property Value
The status of the message.
Windows requirements
App capabilities |
chat
chatSystem
smsSend
|