[Overview][Constants][Types][Classes] | Reference for unit 'pop3send' (#synapse) |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: pop3send.pas line 82
type TPOP3Send = class(TSynaClient) |
public |
constructor Create; |
destructor Destroy; override; |
function Capability; |
function Login; |
function Logout; |
function Reset; |
function NoOp; |
function Stat; |
function List(); |
function Retr(); |
function Dele(); |
function Top(); |
function Uidl(); |
function StartTLS; |
function FindCap(); |
published |
property ResultCode: Integer; [r] |
property ResultString: String; [r] |
property FullResult: TStringList; [r] |
property StatCount: Integer; [r] |
property StatSize: Integer; [r] |
property TimeStamp: String; [r] |
property AuthType: TPOP3AuthType; [rw] |
property AutoTLS: Boolean; [rw] |
property FullSSL: Boolean; [rw] |
property Sock: TTCPBlockSocket; [r] |
end; |
| |
| |
TObject |
No notes exist for this page yet.