Click or drag to resize

CMailAbstract Class

X#
Base class for CPop, CSmtp and CNNTP classes.
Inheritance Hierarchy
Object
  CMailAbstract
    CNNTP
    CPop
    CSmtp

Namespace:  VO
Assembly:  VOInternetClasses (in VOInternetClasses.dll) Version: 2.19
Syntax
 CLASS CMailAbstract
Request Example View Source

The CMailAbstract type exposes the following members.

Constructors
  NameDescription
Public methodCMailAbstract
Construct a CMailAbstract object.
Top
Properties
  NameDescription
Public propertyDomainName
**Missing documentation **
Public propertyError
Numeric value representing the last occurring error code.
Public propertyErrorMsg
A string representing the error description.
Public propertyPassWord
A string representing the password to be used.
Public propertyRemoteHost
String representing the address of the mail server.
Public propertyRemotePort
Numeric value representing the port number.
Public propertyReplyCode
Numeric value representing the server's reply code.
Public propertyReplyString
String representing the server's reply.
Public propertyTimeout
Numeric value representing the time-out in milliseconds.
Public propertyTimeoutRetries
**Missing documentation **
Public propertyUserName
A string containing the user name to be used.
Top
Methods
  NameDescription
Public methodClose
De-initialize all internal values of an Internet session.
Public methodDestroy
**Missing documentation **
Public methodInternetStatus
**Missing documentation **
Public methodOpen
Initialize all internal startup values for an Internet session.
Public methodRecvRemote
Receive data from a remote host.
Public methodSendData
Send data to a remote host.
Public methodSendRaw
**Missing documentation **
Public methodSendRemote
Send any data to a remote host.
Top
Fields
  NameDescription
Public fieldoSocket
Top
Remarks

Important! CMailAbstract is an abstract class and should not be used directly — instead, use one of its subclasses. This abstract class defines the common protocol — properties and behavior — used by the e-mail classes, CPop, CSmtp and CNNTP.
See Also

Reference