TextBody Property
Returns the body in the form of a string if the content was easily convertible.
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
See Also
Reference
InstantMessageReceivedEventArgs Class