The raw content of the email
[Visual Basic] Public Property Content As String [C#] public string Content { get; set; } [C++] public: __property String* get_Content(); public: __property void set_Content(String* ); [JScript] public function get Content() : String public function set Content(String);