Click or drag to resize

CImap Class

X#

[Missing <include> target documentation in 'T:VO.CImap'. File: 'Internet.xml' Path: 'doc/CImap/*']

Inheritance Hierarchy
Object
  CMailAbstract
    CPop
      CImap

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

The CImap type exposes the following members.

Constructors
  NameDescription
Public methodCImap
**Missing documentation **
Top
Properties
  NameDescription
Public propertyDomainName
**Missing documentation **
(Inherited from CMailAbstract.)
Public propertyEmail
**Missing documentation **
(Inherited from CPop.)
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 propertyMailBox
**Missing documentation **
Public propertyMailCount
Numeric value representing the number of e-mails for the specific user.
(Inherited from CPop.)
Public propertyPassWord
A string representing the password to be used.
(Inherited from CMailAbstract.)
Public propertyReceiveBytes
Numeric value representing the number of bytes received.
(Inherited from CPop.)
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 propertyStorage (Inherited from CPop.)
Public propertyTimeout
Numeric value representing the time-out in milliseconds.
(Inherited from CMailAbstract.)
Public propertyTimeoutRetries
**Missing documentation **
(Inherited from CMailAbstract.)
Public propertyTotalBytes
Total size of all e-mails for the specific user.
(Inherited from CPop.)
Public propertyUserName
A string containing the user name to be used.
(Inherited from CMailAbstract.)
Top
Methods
  NameDescription
Public methodCheckReply
**Missing documentation **
(Overrides CheckReply.)
Public methodClientCommand
**Missing documentation **
Public methodClose
De-initialize all internal values of an Internet session.
(Inherited from CMailAbstract.)
Public methodconnect
Establish a connection to the remote POP server.
(Inherited from CPop.)
Public methodDeleteMail
**Missing documentation **
(Overrides DeleteMail(Usual).)
Public methodDestroy
**Missing documentation **
(Inherited from CMailAbstract.)
Public methodDisconnect
**Missing documentation **
(Overrides Disconnect.)
Public methodGetList
Method to return an array of information regarding a particular email waiting on the server.
(Inherited from CPop.)
Public methodGetListIDs
**Missing documentation **
(Inherited from CPop.)
Public methodGetMail
**Missing documentation **
(Overrides GetMail(Usual).)
Public methodGetMailTop
**Missing documentation **
(Inherited from CPop.)
Public methodGetPrefix
**Missing documentation **
Public methodGetStatus
**Missing documentation **
(Overrides GetStatus.)
Public methodInternetStatus
**Missing documentation **
(Inherited from CMailAbstract.)
Public methodCode exampleListMail
Read all e-mails from a remote POP server.
(Inherited from CPop.)
Public methodLogOn
**Missing documentation **
(Overrides LogOn(Usual, Usual).)
Public methodOpen
Initialize all internal startup values for an Internet session.
(Inherited from CMailAbstract.)
Public methodRecvRemote
Receive response data from a remote mail server.
(Inherited from CPop.)
Public methodSendData
Send data to a remote host.
(Inherited from CMailAbstract.)
Public methodSendRaw
**Missing documentation **
(Inherited from CMailAbstract.)
Public methodSendRemote
**Missing documentation **
(Overrides SendRemote(Usual).)
Top
Fields
  NameDescription
Public fieldoSocket (Inherited from CMailAbstract.)
Top
See Also

Reference