Gets/Sets value for this
CopyC#
MimeHeader
.

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

Syntax

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

See Also