This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.
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 Office Communications Server 2007.
Namespace:Microsoft.Rtc.Sip Namespace
Assembly: ServerAgent (in ServerAgent.dll)