Difference between revisions of "TSmtpCli"
Jump to navigation
Jump to search
(→Events) |
|||
Line 7: | Line 7: | ||
== Methods == | == Methods == | ||
+ | * [http://wiki.overbyte.be/wiki/index.php/TSmtpCli:Abort Abort] | ||
+ | * [http://wiki.overbyte.be/wiki/index.php/TSmtpCli:Auth Auth] | ||
+ | * [http://wiki.overbyte.be/wiki/index.php/TSmtpCli:Connect Connect] | ||
* [http://wiki.overbyte.be/wiki/index.php/TSmtpCli:Create Create] | * [http://wiki.overbyte.be/wiki/index.php/TSmtpCli:Create Create] | ||
+ | * [http://wiki.overbyte.be/wiki/index.php/TSmtpCli:Data Data] | ||
* [http://wiki.overbyte.be/wiki/index.php/TSmtpCli:Destroy Destroy] | * [http://wiki.overbyte.be/wiki/index.php/TSmtpCli:Destroy Destroy] | ||
− | * [http://wiki.overbyte.be/wiki/index.php/TSmtpCli: | + | * [http://wiki.overbyte.be/wiki/index.php/TSmtpCli:Ehlo Ehlo] |
* [http://wiki.overbyte.be/wiki/index.php/TSmtpCli:Helo Helo] | * [http://wiki.overbyte.be/wiki/index.php/TSmtpCli:Helo Helo] | ||
− | * [http://wiki.overbyte.be/wiki/index.php/TSmtpCli: | + | * [http://wiki.overbyte.be/wiki/index.php/TSmtpCli:HighLevelAsync HighLevelAsync] |
− | * [http://wiki.overbyte.be/wiki/index.php/TSmtpCli: | + | * [http://wiki.overbyte.be/wiki/index.php/TSmtpCli:Mail Mail] |
− | |||
* [http://wiki.overbyte.be/wiki/index.php/TSmtpCli:MailFrom MailFrom] | * [http://wiki.overbyte.be/wiki/index.php/TSmtpCli:MailFrom MailFrom] | ||
+ | * [http://wiki.overbyte.be/wiki/index.php/TSmtpCli:Open Open] | ||
+ | * [http://wiki.overbyte.be/wiki/index.php/TSmtpCli:Quit Quit] | ||
+ | * [http://wiki.overbyte.be/wiki/index.php/TSmtpCli:RcptNameAdd RcptNameAdd] | ||
* [http://wiki.overbyte.be/wiki/index.php/TSmtpCli:RcptTo RcptTo] | * [http://wiki.overbyte.be/wiki/index.php/TSmtpCli:RcptTo RcptTo] | ||
− | |||
− | |||
* [http://wiki.overbyte.be/wiki/index.php/TSmtpCli:Rset Rset] | * [http://wiki.overbyte.be/wiki/index.php/TSmtpCli:Rset Rset] | ||
− | * [http://wiki.overbyte.be/wiki/index.php/TSmtpCli: | + | * [http://wiki.overbyte.be/wiki/index.php/TSmtpCli:SetContentType SetContentType] |
− | |||
− | |||
* [http://wiki.overbyte.be/wiki/index.php/TSmtpCli:ThreadAttach ThreadAttach] | * [http://wiki.overbyte.be/wiki/index.php/TSmtpCli:ThreadAttach ThreadAttach] | ||
* [http://wiki.overbyte.be/wiki/index.php/TSmtpCli:ThreadDetach ThreadDetach] | * [http://wiki.overbyte.be/wiki/index.php/TSmtpCli:ThreadDetach ThreadDetach] | ||
− | * [http://wiki.overbyte.be/wiki/index.php/TSmtpCli: | + | * [http://wiki.overbyte.be/wiki/index.php/TSmtpCli:Vrfy Vrfy] |
− | |||
− | |||
== Properties == | == Properties == |
Revision as of 11:48, 15 February 2006
Contents
Overview
TSmtpCli component implements the SMTP protocol described in RFC 821, MIME format as RFC 1521 and 2045 Authentication ....
Methods
- Abort
- Auth
- Connect
- Create
- Data
- Destroy
- Ehlo
- Helo
- HighLevelAsync
- MailFrom
- Open
- Quit
- RcptNameAdd
- RcptTo
- Rset
- SetContentType
- ThreadAttach
- ThreadDetach
- Vrfy
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