FormattedOutboundChatMessage Constructor (Boolean, String)

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. This constructor is used to create a story message. Story messages have a title which appears in the chat as a clickable link. When clicked, a dialog appears which shows the remaining message content.

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

Syntax

'Declaration
Public Sub New ( _
    isAlert As Boolean, _
    storyTitle As String _
)
'Usage
Dim isAlert As Boolean
Dim storyTitle As String

Dim instance As New FormattedOutboundChatMessage(isAlert, _
    storyTitle)
public FormattedOutboundChatMessage(
    bool isAlert,
    string storyTitle
)

Parameters

  • isAlert
    Type: System.Boolean
    if set to true this is an alert story message.

See Also

Reference

FormattedOutboundChatMessage Class

FormattedOutboundChatMessage Members

FormattedOutboundChatMessage Overload

Microsoft.Rtc.Collaboration.GroupChat Namespace