FormattedOutboundChatMessage Constructor (Boolean)
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
'Declaration
Public Sub New ( _
isAlert As Boolean _
)
'Usage
Dim isAlert As Boolean
Dim instance As New FormattedOutboundChatMessage(isAlert)
public FormattedOutboundChatMessage(
bool isAlert
)
Parameters
- isAlert
Type: System.Boolean
if set to true this will be a high importance message.
See Also
Reference
FormattedOutboundChatMessage Class
FormattedOutboundChatMessage Members