Gets/Sets the header Subject.

Namespace: Jscape.Email
Assembly: Jscape.Email (in Jscape.Email.dll) Version: 2.4.5.0

Syntax

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

Remarks

This property uses the default "us-ascii" character set encoding. To specify a different character set encoding, see SetSubject(String, String).

See Also