Share via


Message.RawContent property

 
Microsoft Office Live Communications Server 2005 with SP1

Message.RawContent

The RawContent property contains the parsed message data in raw binary form.

[C#]public Byte[] RawContent {get; set;}
[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 Live Communications Server 2005 with SP1.
Namespace: Microsoft.Rtc.Sip
Assembly: ServerAgent (in ServerAgent.dll)

See Also

Message.Content, Message

  
  What did you think of this topic?
  © 2008 Microsoft Corporation. All rights reserved.