Mail.Content Property


Gets the content of the email message.

[Visual Basic]
Public Property Content() As Byte
[C#]
public byte[] Content {get; }
[C++]
public: __property array<unsigned char^> get_Content();
[JScript]
public function get Content() : Byte[];

Property Value

A unsigned byte array containing the t email raw data.