MailMessage::Subject Property

 

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

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

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

Property Value

Type: System::String^

The subject line of the e-mail message.

.NET Framework
Available since 1.1
Return to top
Show: