FormattedOutboundChatMessage.AppendHyperLink Method

Appends the hyperlink.

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

Syntax

'Declaration
Public Sub AppendHyperLink ( _
    displayText As String, _
    hyperLink As Uri _
)
'Usage
Dim instance As FormattedOutboundChatMessage
Dim displayText As String
Dim hyperLink As Uri

instance.AppendHyperLink(displayText, _
    hyperLink)
public void AppendHyperLink(
    string displayText,
    Uri hyperLink
)

Parameters

See Also

Reference

FormattedOutboundChatMessage Class

FormattedOutboundChatMessage Members

Microsoft.Rtc.Collaboration.GroupChat Namespace