Gets/Sets the valid Email address flag.

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

Syntax

C#
public bool Valid { get; set; }
Visual Basic
Public Property Valid As Boolean
	Get
	Set
Visual C++
public:
property bool Valid {
	bool get ();
	void set (bool value);
}

See Also