Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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