![]() |
![]() ![]() ![]() |
acURLLabel component.
|
type
|
TacEmailParams = class
|
published
|
property Address: String;
|
property Name: String;
|
property CarbonCopy: String;
|
property BlindCarbonCopy: String;
|
property Subject: String;
|
property Message: String;
|
end;
|
|
property Email: TacEmailParams;
|
The Email structure specifies the parameters which should be transmitted to the email program, opened when user clicks the URLLabel (if Kind is ukEmail).
|
|
To specify the email address and recipient name use Address and Name properties. To pre-define the subject and message signature use Subject and Message properties.
|
|
![]() |
Kind and URL properties.
|