ChatMessage.ShouldSuppressNotification 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 a Boolean value indicating if notification of receiving the ChatMessage should be suppressed.
public:
property bool ShouldSuppressNotification { bool get(); void set(bool value); };
bool ShouldSuppressNotification();
void ShouldSuppressNotification(bool value);
public bool ShouldSuppressNotification { get; set; }
var boolean = chatMessage.shouldSuppressNotification;
chatMessage.shouldSuppressNotification = boolean;
Public Property ShouldSuppressNotification As Boolean
Property Value
Boolean
bool
A Boolean value indicating if notification of receiving the ChatMessage should be suppressed.
Windows requirements
App capabilities |
chat
chatSystem
smsSend
|