AppendPlainText Method
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.
Appends a plain text message part.
Namespace: Microsoft.Rtc.Collaboration.GroupChat
Assembly: Microsoft.Rtc.Collaboration.GroupChat (in Microsoft.Rtc.Collaboration.GroupChat.dll)
Syntax
'Declaration
Public Sub AppendPlainText ( _
plainText As String _
)
'Usage
Dim instance As FormattedOutboundChatMessage
Dim plainText As String
instance.AppendPlainText(plainText)
public void AppendPlainText(
string plainText
)
Parameters
- plainText
Type: System.String
The plain text.
See Also
Reference
FormattedOutboundChatMessage Class