Share via


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.

See also

Reference

MessageSentEventArgs class

MessageSentEventArgs members

Microsoft.Lync.Model.Conversation namespace