ChatMessage.MessageKind 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 or sets the type of the ChatMessage.
public:
property ChatMessageKind MessageKind { ChatMessageKind get(); void set(ChatMessageKind value); };
ChatMessageKind MessageKind();
void MessageKind(ChatMessageKind value);
public ChatMessageKind MessageKind { get; set; }
var chatMessageKind = chatMessage.messageKind;
chatMessage.messageKind = chatMessageKind;
Public Property MessageKind As ChatMessageKind
Property Value
The type of message.
Windows requirements
App capabilities |
chat
chatSystem
smsSend
|