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

TLSSendMail

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

Declaration

Source position: LSSMTPSend.pas line 45

type TLSSendMail = class

public

  function Send;

  

  constructor Create;

  

  destructor Destroy; override;

  

  property From: string; [rw]

  

  property ToList: TStringList; [rw]

  

  property CCList: TStringList; [rw]

  

  property BCCList: TStringList; [rw]

  

  property Subject: string; [rw]

  

  property Message: TStringList; [rw]

  

  property Attached: TStringList; [rw]

  

  property Priority: TMessPriority; [rw]

  

  property ConfirmReading: Boolean; [rw]

  

  property User: string; [rw]

  

  property Password: string; [rw]

  

  property Host: string; [rw]

  

  property Port: string; [rw]

  

  property SSL: Boolean; [rw]

  

  property TLS: Boolean; [rw]

  

  property Attempt: Byte; [rw]

  

  property MessageType: TLSMessageType; [rw]

  

  property DebugMode: Boolean; [rw]

  

end;

Inheritance

TLSSendMail

  

|

TObject



CT Web help

CodeTyphon Studio