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

C#
public 
string 
Text { 
get; }

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