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