Gets/Sets the Cc header address.

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

Syntax

C#
public string Cc { get; set; }
Visual Basic
Public Property Cc As String
	Get
	Set
Visual C++
public:
property String^ Cc {
	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 SetCc(String, String).

See Also