Semi-colon separated list of CC emails.

Namespace:  JMail
Assembly:  JMail (in JMail)
Version: 1.0.0.0 (1.0.0.0)

Syntax

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

Field Value

Return Value

Remarks

Email address should be in format test@test.com or <Test Email> test@test.com

See Also