help files
Z505 | PasWiki | FUQ | Search | Main Docs | API Guide



[Overview][Constants][Classes][Procedures and functions] Reference for unit 'smtpsend' (#synapse)

TSMTPSend

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

Declaration

Source position: smtpsend.pas line 79

type TSMTPSend = class(TSynaClient)

public

  constructor Create;

  destructor Destroy; override;

  function Login;

  function Logout;

  function Reset;

  function NoOp;

  function MailFrom();

  function MailTo();

  function MailData();

  function Etrn();

  function Verify();

  function StartTLS;

  function EnhCodeString;

  function FindCap();

published

  property ResultCode: Integer; [r]

  property ResultString: String; [r]

  property FullResult: TStringList; [r]

  property ESMTPcap: TStringList; [r]

  property ESMTP: Boolean; [r]

  property AuthDone: Boolean; [r]

  property ESMTPSize: Boolean; [r]

  property MaxSize: Integer; [r]

  property EnhCode1: Integer; [r]

  property EnhCode2: Integer; [r]

  property EnhCode3: Integer; [r]

  property SystemName: String; [rw]

  property AutoTLS: Boolean; [rw]

  property FullSSL: Boolean; [rw]

  property Sock: TTCPBlockSocket; [r]

end;

Inheritance

TSMTPSend

|

TSynaClient

|

TObject

Notes

 No notes exist for this page yet. 





lufdoc, Powtils, fpc, freepascal, delphi, kylix, c/c++, mysql, cgi web framework docs, Z505