Initializes a new instance of the FormattedOutboundChatMessage class, optionally marking the message as high importance.

Namespace:  Microsoft.Rtc.Collaboration.GroupChat
Assembly:  Microsoft.Rtc.Collaboration.GroupChat(in Microsoft.Rtc.Collaboration.GroupChat.dll)

Syntax

Visual Basic (Declaration)
Public 
Sub 
New ( _
	
isAlert 
As 
Boolean _
)
Visual Basic (Usage)
Dim 
isAlert 
As 
Boolean

Dim 
instance 
As New 

FormattedOutboundChatMessage(
isAlert)
C#
public 
FormattedOutboundChatMessage(
	
bool 
isAlert
)

Parameters

isAlert
Type: System . . :: . . Boolean

if set to true this will be a high importance message.

See Also