Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Message.Content
The Content property contains the parsed message data as a string.
Syntax
[C#]
public String Content {get; set;}
Syntax
[Visual Basic .NET]
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)