Unit 'Laz_And_Controls' Package
[Overview][Types][Classes][Procedures and functions][Index] [#pw_androidwizard]

jSMTPClient

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: Laz_And_Controls.pas line 439

type jSMTPClient = class(jControl)

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  procedure Init; override;

  

  procedure Send();

  

  function IsEmailValid();

  

published

  property MailTo: string; [rw]

  

  property MailCc: string; [rw]

  

  property MailBcc: string; [rw]

  

  property MailSubject: string; [rw]

  

  property Mails: TStrings; [rw]

  

  property MailMessage: TStrings; [rw]

  

end;

Inheritance

jSMTPClient

  

|

jControl

  

|

TObject



CT Web help

CodeTyphon Studio