RcsEndUserMessageAvailableEventArgs.IsMessageAvailable 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 a Boolean value indicating if a new message is available.
public:
property bool IsMessageAvailable { bool get(); };
bool IsMessageAvailable();
public bool IsMessageAvailable { get; }
var boolean = rcsEndUserMessageAvailableEventArgs.isMessageAvailable;
Public ReadOnly Property IsMessageAvailable As Boolean
Property Value
bool
A Boolean value indicating if a new message is available.
Windows requirements
App capabilities |
chat
chatSystem
smsSend
|
Remarks
There could be more than one message to be displayed. The service controls how many and the order in which to display them. You should block all Rich Communication Services (RCS) functionality while the service is displaying these messages, until a notification with this flag set to FALSE arrives.