Icon RawContent Property

property RawContent: AnsiString

Specifies the raw (AnsiString) content to include as the content part. This property and the ContentStream property are mutually-exclusive. If both properties are assigned a value, then the ContentStream property will take precedence.

Information If this property is assigned a value and the Content-Type header is not specified using the Headers property, it will be automatically set to "application/octet-stream" when the server request is executed.
Image