Gets the content of the email message.
[VisualĀ Basic] Public Property Content() As Byte
[C#]
public byte[] Content {get; }
[C++] public: __property unsigned char __gc[]* get_Content();
[JScript] public function get Content() : Byte[];
Property Value