Message.Content
The Content property contains the parsed message data as a string.
Syntax
[C#]
Copy Code | |
---|---|
public String Content {get; set;} |
Syntax
[Visual Basic .NET]
Copy Code | |
---|---|
Public Property Content As String |
Remarks
This property contains the value associated with the "Content" header.
This property is valid only for UTF-8 text content types. Nontext and encoded types should use the Message.RawContent property.
Requirements
Redistributable: Requires Microsoft Lync Server 2010
Namespace:Microsoft.Rtc.Sip
Assembly: ServerAgent (in ServerAgent.dll)