MailMessage::Body Property

 

Gets or sets the body of the e-mail message. Recommended alternative: System.Net.Mail.

Namespace:   System.Web.Mail
Assembly:  System.Web (in System.Web.dll)

public:
property String^ Body {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The body of the e-mail message.

.NET Framework
Available since 1.1
Return to top
Show: