DotNetOpenMail 0.5.7 (beta)

EmailMessage.BodyText Property

The text that occurs within the body. By default, it is a MIME notice, but it can be overridden here. NOTE: This is only useful for 7 bit us-ascii currently.

[Visual Basic]
Public Property BodyText As String
[C#]
public string BodyText { get; set; }
[C++]
public: __property String* get_BodyText();
public: __property void set_BodyText(String* );
[JScript]
public function get BodyText() : String
public function set BodyText(String);

See Also

EmailMessage Class | DotNetOpenMail Namespace