ChatMessageNotificationTriggerDetails.ChatMessage 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 message associated with the notification. This is either an incoming message or an outgoing message with a send status event.
public:
property ChatMessage ^ ChatMessage { ChatMessage ^ get(); };
ChatMessage ChatMessage();
public ChatMessage ChatMessage { get; }
var chatMessage = chatMessageNotificationTriggerDetails.chatMessage;
Public ReadOnly Property ChatMessage As ChatMessage
Property Value
The chat message associated with the trigger.
Windows requirements
App capabilities |
chat
chatSystem
smsSend
|