Difference between revisions of "TSmtpCli"
Jump to navigation
Jump to search
(→Events) |
|||
Line 66: | Line 66: | ||
== Events == | == Events == | ||
+ | * [http://wiki.overbyte.be/wiki/index.php/TSmtpCli:OnAfterFileOpen OnAfterFileOpen] | ||
+ | * [http://wiki.overbyte.be/wiki/index.php/TSmtpCli:OnAttachContentType OnAttachContentType] | ||
+ | * [http://wiki.overbyte.be/wiki/index.php/TSmtpCli:OnAttachHeader OnAttachHeader] | ||
+ | * [http://wiki.overbyte.be/wiki/index.php/TSmtpCli:OnBeforeFileOpen OnBeforeFileOpen] | ||
+ | * [http://wiki.overbyte.be/wiki/index.php/TSmtpCli:OnCommand OnCommand] | ||
* [http://wiki.overbyte.be/wiki/index.php/TSmtpCli:OnDisplay OnDisplay] | * [http://wiki.overbyte.be/wiki/index.php/TSmtpCli:OnDisplay OnDisplay] | ||
− | |||
− | |||
* [http://wiki.overbyte.be/wiki/index.php/TSmtpCli:OnGetData OnGetData] | * [http://wiki.overbyte.be/wiki/index.php/TSmtpCli:OnGetData OnGetData] | ||
* [http://wiki.overbyte.be/wiki/index.php/TSmtpCli:OnHeaderLine OnHeaderLine] | * [http://wiki.overbyte.be/wiki/index.php/TSmtpCli:OnHeaderLine OnHeaderLine] | ||
Line 74: | Line 77: | ||
* [http://wiki.overbyte.be/wiki/index.php/TSmtpCli:OnRcptToError OnRcptToError] | * [http://wiki.overbyte.be/wiki/index.php/TSmtpCli:OnRcptToError OnRcptToError] | ||
* [http://wiki.overbyte.be/wiki/index.php/TSmtpCli:OnRequestDone OnRequestDone] | * [http://wiki.overbyte.be/wiki/index.php/TSmtpCli:OnRequestDone OnRequestDone] | ||
+ | * [http://wiki.overbyte.be/wiki/index.php/TSmtpCli:OnResponse OnResponse] | ||
+ | * [http://wiki.overbyte.be/wiki/index.php/TSmtpCli:OnSessionClosed OnSessionClosed] | ||
* [http://wiki.overbyte.be/wiki/index.php/TSmtpCli:OnSessionConnected OnSessionConnected] | * [http://wiki.overbyte.be/wiki/index.php/TSmtpCli:OnSessionConnected OnSessionConnected] | ||
− | |||
* [http://wiki.overbyte.be/wiki/index.php/TSmtpCli:OnSessionConnected OnSessionConnected] | * [http://wiki.overbyte.be/wiki/index.php/TSmtpCli:OnSessionConnected OnSessionConnected] | ||
− | |||
− | |||
− | |||
− |
Revision as of 11:47, 15 February 2006
Contents
Overview
TSmtpCli component implements the SMTP protocol described in RFC 821, MIME format as RFC 1521 and 2045 Authentication ....
Methods
- Create
- Destroy
- Connect
- Helo
- Ehlo
- Auth
- Vrfy
- MailFrom
- RcptTo
- Data
- Quit
- Rset
- Abort
- Open
- ThreadAttach
- ThreadDetach
- HighLevelAsync
- SetContentType
- RcptNameAdd
Properties
- AuthType
- AuthTypesSupported
- CharSet
- ConfirmReceipt
- Connected
- ContentType
- CtrlSocket
- EmailFiles
- ErrorMessage
- FromName
- Handle
- HdrCc
- HdrFrom
- HdrPriority
- HdrReplyTo
- HdrReturnPath
- HdrSender
- HdrSubject
- HdrTo
- Host
- LastResponse
- LocalAddr
- MailMessage
- MessageID
- OwnHeaders
- Password
- Port
- RcptName
- RequestType
- ShareMode
- SignOn
- State
- Username