Click or drag to resize

CSmtp Methods

X#

The CSmtp type exposes the following members.

Functions
  NameDescription
Public methodCode exampleCheckReply
Check the response from a mail server for error codes.
Public methodClose
De-initialize all internal values of an Internet session.
(Inherited from CMailAbstract.)
Public methodCode exampleconnect
Establish a connection to a remote SMTP server.
Public methodDestroy
**Missing documentation **
(Inherited from CMailAbstract.)
Public methodCode exampleDisconnect
Shut down the current SMTP connection.
Public methodInternetStatus
**Missing documentation **
(Inherited from CMailAbstract.)
Public methodLogon
Logs on to the remote host with the user name and password of the smtp class
Public methodOpen
Initialize all internal startup values for an Internet session.
(Inherited from CMailAbstract.)
Public methodRecvRemote
Receive response data from a remote mail server.
(Overrides RecvRemote.)
Public methodSendData
Send data to a remote host.
(Inherited from CMailAbstract.)
Public methodSendHeaderInfo
Create a mail header and send it as part of an e-mail to a remote SMTP server.
Public methodSendMail
Send a complete e-mail to a remote SMTP server.
Public methodSendRaw
**Missing documentation **
(Inherited from CMailAbstract.)
Public methodSendRemote
Send any data to a remote host.
(Inherited from CMailAbstract.)
Top
See Also