RcsEndUserMessageAvailableEventArgs.Message 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 actual message to display, or empty if IsMessageAvailable is FALSE.
public:
property RcsEndUserMessage ^ Message { RcsEndUserMessage ^ get(); };
RcsEndUserMessage Message();
public RcsEndUserMessage Message { get; }
var rcsEndUserMessage = rcsEndUserMessageAvailableEventArgs.message;
Public ReadOnly Property Message As RcsEndUserMessage
Property Value
The actual message to display.
Windows requirements
App capabilities |
chat
chatSystem
smsSend
|
Remarks
IfIsMessageAvailable is True, then this will contain the message to display. If IsMessageAvailable is False, then this will be an empty string.