Gets or sets the subject line for this e-mail message

(NOTE: a lot of providers will normally treat empty subject as spam)

Namespace:  MicroMighty.SDK.Net.Tools
Assembly:  MicroMighty.SDK.Net (in MicroMighty.SDK.Net.dll)

Syntax

Visual Basic (Declaration)
Public Property Subject As String
C#
public string Subject { get; set; }
Visual C++
public:
property String^ Subject {
	String^ get ();
	void set (String^ value);
}
JavaScript
function get_subject();
function set_subject(value);

See Also