InstantMessageReceivedEventArgs.HasTextBody Property
Gets whether the TextBody field has been filled out.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property HasTextBody As Boolean
Get
'Usage
Dim instance As InstantMessageReceivedEventArgs
Dim value As Boolean
value = instance.HasTextBody
public bool HasTextBody { get; }
Property Value
Type: System.Boolean
True if the TextBody is available, otherwise false.
See Also
Reference
InstantMessageReceivedEventArgs Class