Gets the text message.

Namespace:  Microsoft.Rtc.Collaboration
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Public 
ReadOnly 
Property 
Message 
As 
String
C#
public 
string 
Message { 
get; }
Visual C++
public:
property 
String^ 
Message {
	
String^ 
get ();
}
JavaScript
function get_
message();

Remarks

Usable if the content type indicates text message and encoding is supported locally. This property can return String.Empty if the text message does not exist.

See Also