Gets/Sets the SMTP TO address.

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

Syntax

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

See Also