[Overview][Constants][Classes][Procedures and functions] | Reference for unit 'smtpsend' (#synapse) |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
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; |
| |
| |
TObject |
No notes exist for this page yet.