Sets the To address using the specified character encoding.

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

Syntax

C#
public void SetTo(
	string to,
	string characterEncoding
)
Visual Basic
Public Sub SetTo ( _
	to As String, _
	characterEncoding As String _
)
Visual C++
public:
void SetTo(
	String^ to, 
	String^ characterEncoding
)

Parameters

to
Type: System..::..String
The To header address.
characterEncoding
Type: System..::..String
The character encoding to use.

Remarks

To use the default "us-ascii" character set encoding for this property, see To.

See Also