Share via


Message.Content

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

  public String Content {get; set;} 

Syntax

 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 R2.

Namespace:Microsoft.Rtc.Sip

Assembly: ServerAgent (in ServerAgent.dll)

See Also

Concepts

Message.RawContent

Message