Sets the Cc 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 SetCc(
	string cc,
	string characterEncoding
)
Visual Basic
Public Sub SetCc ( _
	cc As String, _
	characterEncoding As String _
)
Visual C++
public:
void SetCc(
	String^ cc, 
	String^ characterEncoding
)

Parameters

cc
Type: System..::..String
The Cc 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 Cc.

See Also