Message.RawContent Property

Definition

Raw message content.

public:
 property cli::array <System::Byte> ^ RawContent { cli::array <System::Byte> ^ get(); void set(cli::array <System::Byte> ^ value); };
public byte[] RawContent { get; set; }
Public Property RawContent As Byte()

Property Value

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.

Applies to