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.RawContent
The RawContent property contains the parsed message data in raw binary form.
Syntax
[C#]
public Byte[] RawContent {get; set;}
Syntax
[Visual Basic .NET]
Public Property RawContent As Byte[]
Remarks
This property contains the value associated with the "Content" header. The type of data and encoding can be found in other headers, such as "Content-Encoding", "Content-Disposition", and "Content-Type".
This property is exposed to support a wide range of content types, such as ASN.1 formatted data.
Requirements
Redistributable: Requires Microsoft Office Communications Server 2007.
Namespace:Microsoft.Rtc.Sip Namespace
Assembly: ServerAgent (in ServerAgent.dll)