MessageSentEventArgs.Text Property
Gets the instant message context in a plain-text format.
Namespace: Microsoft.Lync.Model.Conversation
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public ReadOnly Property Text As String
Get
'Usage
Dim instance As MessageSentEventArgs
Dim value As String
value = instance.Text
public string Text { get; }
Property Value
Type: System.String
Remarks
Lync attempts to convert HTML and RTF messages to plain text. GIF and INK messages are not converted and result in an empty string.