urllabel CarbonCopy property
Return to Introduction  Previous page  Next page
Applies to
acURLLabel component as subproperty of Email structure.  

Declaration
property CarbonCopy: String;  

Description
The CarbonCopy property specifies the email address(es) of the recipient.  
 
When the user clicks the URLLabel, it will opens the default mailer program and automatically fills the "Cc:" line with string specified in this property.  
 
tip To specify multiple email addresses, separate them with semicolon (;).  

Example
CarbonCopy := 'Aleksey Kuznetsov <aleksey@utilmind.com>';  
or
CarbonCopy := 'info@appcontrols.com;aleksey@utilmind.com';  

See also

Address and BlindCarbonCopy properties.