ChatMessage.ShouldSuppressNotification Property

Definition

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

Applies to