Gets or sets mail message subject.

Namespace: MonoSoftware.MonoX.SubscribeEngine
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
string CommentMailSubjectText { get; set; }
Visual Basic
Property CommentMailSubjectText As String
	Get
	Set
Visual C++
property String^ CommentMailSubjectText {
	String^ get ();
	void set (String^ value);
}
F#
abstract CommentMailSubjectText : string with get, set

Property Value

Type: String

See Also