InstantMessageReceivedEventArgs.TextBody Property
Gets the body as a string.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property TextBody As String
Get
'Usage
Dim instance As InstantMessageReceivedEventArgs
Dim value As String
value = instance.TextBody
public string TextBody { get; }
Property Value
Type: System.String
The body as a string.
See Also
Reference
InstantMessageReceivedEventArgs Class