Unit 'LSSMTPSend' Package
[Overview][Types][Classes][Procedures and functions][Index] [#pl_solutions]

TLSSendMailConnection

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

Declaration

Source position: LSSMTPSend.pas line 91

type TLSSendMailConnection = class

protected

  function Send;

  

public

  constructor Create;

  

  destructor Destroy; override;

  

  property SMTP: TSMTPSend; [rw]

  

  property From: string; [rw]

  

  property ToList: TStrings; [rw]

  

  property CCList: TStrings; [rw]

  

  property Message: TStringList; [rw]

  

  property Attempt: Byte; [rw]

  

end;

Inheritance

TLSSendMailConnection

  

|

TObject



CT Web help

CodeTyphon Studio