urllabel Email structure
Return to Introduction  Previous page  Next page
Applies to
acURLLabel component.  

Declaration
type  
  TacEmailParams = class  
  published  
    property AddressString;  
    property NameString;  
    property CarbonCopyString;  
    property BlindCarbonCopyString;  
    property SubjectString;  
    property MessageString;  
  end;  
 
property Email: TacEmailParams;  

Description
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.  
 
tip If the Address is not specified (leaved empty), the component will use the label text as the E-mail address.  

See also
Kind and URL properties.