Share via


Message.RawContent property

 
Communications Server 2007 Server SDK Documentation

Message.RawContent

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

[C#]
public Byte[] RawContent {get; set;}
FakePre-fe5d276f530c40ceb732b015254c17d5-5a35dba27e27478fad98692079ed6d37

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
Assembly: ServerAgent (in ServerAgent.dll)

See Also

Message.Content, Message

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