Gets/Sets the To header address.

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

Syntax

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

Remarks

This property uses the default "us-ascii" character set encoding. To specify a different character set encoding, see SetTo(String, String).

See Also