FormattedOutboundChatMessage Constructor (Boolean)
This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.
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