|
|
|
| acURLLabel component as subproperty of Email structure.
|
| property CarbonCopy: String;
|
| 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.
|
|
|
| CarbonCopy := 'Aleksey Kuznetsov <aleksey@utilmind.com>';
|
| CarbonCopy := 'info@appcontrols.com;aleksey@utilmind.com';
|
| Address and BlindCarbonCopy properties.
|