Gets or sets the subject of this email message ('Subject' header). May be null.

Namespace: Limilabs.Mail
Assembly: Mail (in Mail.dll) Version: 3.0.12102.1426

Syntax

C#
string Subject { get; set; }
Visual Basic
Property Subject As String
	Get
	Set
Visual C++
property String^ Subject {
	String^ get ();
	void set (String^ value);
}

See Also