Click or drag to resize

CNNTP Methods

X#

The CNNTP type exposes the following members.

Functions
  NameDescription
Public methodAuthenticate
Authenticates the user to a NNTP Server.
Public methodCheckReply
Determines if the reply from the server has been successful.
Public methodClose
De-initialize all internal values of an Internet session.
(Inherited from CMailAbstract.)
Public methodconnect
Establishes a connection to an Internet Mail Server.
Public methodDestroy
**Missing documentation **
(Inherited from CMailAbstract.)
Public methodDisconnect
Disconnect from the news server.
Public methodGetArticle
Retrieves a specified message from the selected group.
Public methodGetBody
Retrieves a specified message body from the selected group.
Public methodGetHeader
Retrieves a specified message header from the selected group.
Public methodGetList
Returns a list of all groups from an NTTP Server containing cSearch in their names.
Public methodGetNewGroups
Returns a list of all newly created groups from an NTTP Server.
Public methodGetNewNews
Returns a list of all newly created messages for a specific group or list of groups from an NTTP Server.
Public methodGetStatus
Retrieves a specified message status from the selected group.
Public methodInternetStatus
**Missing documentation **
(Inherited from CMailAbstract.)
Public methodOpen
Initialize all internal startup values for an Internet session.
(Inherited from CMailAbstract.)
Public methodPost
**Missing documentation **
Public methodPrepareCommand
**Missing documentation **
Public methodRecvData
**Missing documentation **
Public methodRecvRemote
Retrieves data from the news server via socket.
(Overrides RecvRemote.)
Public methodSendData
Send data to a remote host.
(Inherited from CMailAbstract.)
Public methodSendHeader
**Missing documentation **
Public methodSendMailBody
**Missing documentation **
Public methodSendRaw
**Missing documentation **
(Inherited from CMailAbstract.)
Public methodSendRemote
Send any data to a remote host.
(Inherited from CMailAbstract.)
Public methodSetNewsGroup
Selects a newsgroup from a NTTP Server for further processing.
Public methodSetReadMode
**Missing documentation **
Public methodSkipNext
Sets the internal message pointer to the next available message of the current group.
Public methodSkipPrev
Sets the internal message pointer to the previous available message of the current group.
Top
See Also