Click or drag to resize

CSmtp Properties

X#

The CSmtp type exposes the following members.

Properties
  NameDescription
Public propertyDomainName
**Missing documentation **
(Inherited from CMailAbstract.)
Public propertyEmail
An instance of the CEmail class.
Public propertyEmailFormat
The format of the email.
Public propertyError
Numeric value representing the last occurring error code.
(Inherited from CMailAbstract.)
Public propertyErrorMsg
A string representing the error description.
(Inherited from CMailAbstract.)
Public propertyMailApplication
A string that holds the name that is used when connection to mail servers
Public propertyPassWord
A string representing the password to be used.
(Inherited from CMailAbstract.)
Public propertyRemoteHost
String representing the address of the mail server.
(Inherited from CMailAbstract.)
Public propertyRemotePort
Numeric value representing the port number.
(Inherited from CMailAbstract.)
Public propertyReplyCode
Numeric value representing the server's reply code.
(Inherited from CMailAbstract.)
Public propertyReplyString
String representing the server's reply.
(Inherited from CMailAbstract.)
Public propertySecureSMTP
A logic indicating if the CSmtp class should use Secure SMTP
Public propertyTextEncoding
The text encoding type of the email.
Public propertyTimeout
Numeric value representing the time-out in milliseconds.
(Inherited from CMailAbstract.)
Public propertyTimeoutRetries
**Missing documentation **
(Inherited from CMailAbstract.)
Public propertyUserName
A string containing the user name to be used.
(Inherited from CMailAbstract.)
Top
See Also