Gets/Sets domain portion of an Email address.

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

Syntax

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

See Also