|   | MailCcRecipients Property | 
        
        
            Gets or sets the comma-separated or semicolon-separated e-mail address list of the 
Mail message carbon copy (CC) recipients.
            
 GSF.Core (in GSF.Core.dll) Version: 2.4.257-beta+00aa2366fbb9ec75f636ebc7cfa610e3826a727c
 Syntax
Syntaxpublic string CcRecipients { get; set; }Public Property CcRecipients As String
	Get
	Set
public:
property String^ CcRecipients {
	String^ get ();
	void set (String^ value);
}member CcRecipients : string with get, set
function get_CcRecipients();
function set_CcRecipients(value);
Property Value
String See Also
See Also