CNNTP Class |
Namespace: VO
The CNNTP type exposes the following members.
Name | Description | |
---|---|---|
CurrentNews |
The current CNews object of the CNNTP class.
| |
DomainName | **Missing documentation ** (Inherited from CMailAbstract.) | |
Error |
Numeric value representing the last occurring error code.
(Inherited from CMailAbstract.) | |
ErrorMsg |
A string representing the error description.
(Inherited from CMailAbstract.) | |
GroupName |
Returns a string representing the name of the currently selected group.
| |
Message |
Returns the numeric ID of the message currently being processed.
| |
MessageCount |
Returns the number of messages in the currently selected group.
| |
MessageFirst |
Returns the numeric ID of the first available message in the currently selected group.
| |
MessageID |
Returns a string representing the unique message ID of the message currently being processed.
| |
MessageLast |
Returns the numeric ID of the last available message in the currently selected group.
| |
PassWord |
A string representing the password to be used.
(Inherited from CMailAbstract.) | |
RemoteHost |
String representing the address of the mail server.
(Inherited from CMailAbstract.) | |
RemotePort |
Numeric value representing the port number.
(Inherited from CMailAbstract.) | |
ReplyCode |
Numeric value representing the server's reply code.
(Inherited from CMailAbstract.) | |
ReplyString |
Returns a string with the latest reply from the NNTP Server.
(Overrides ReplyString.) | |
Timeout |
Numeric value representing the time-out in milliseconds.
(Inherited from CMailAbstract.) | |
TimeoutRetries | **Missing documentation ** (Inherited from CMailAbstract.) | |
UserName |
A string containing the user name to be used.
(Inherited from CMailAbstract.) |
Name | Description | |
---|---|---|
Authenticate |
Authenticates the user to a NNTP Server.
| |
CheckReply |
Determines if the reply from the server has been successful.
| |
Close |
De-initialize all internal values of an Internet session.
(Inherited from CMailAbstract.) | |
connect |
Establishes a connection to an Internet Mail Server.
| |
Destroy | **Missing documentation ** (Inherited from CMailAbstract.) | |
Disconnect |
Disconnect from the news server.
| |
GetArticle |
Retrieves a specified message from the selected group.
| |
GetBody |
Retrieves a specified message body from the selected group.
| |
GetHeader |
Retrieves a specified message header from the selected group.
| |
GetList |
Returns a list of all groups from an NTTP Server containing cSearch in their names.
| |
GetNewGroups |
Returns a list of all newly created groups from an NTTP Server.
| |
GetNewNews |
Returns a list of all newly created messages for a specific group or list of groups from an NTTP Server.
| |
GetStatus |
Retrieves a specified message status from the selected group.
| |
InternetStatus | **Missing documentation ** (Inherited from CMailAbstract.) | |
Open |
Initialize all internal startup values for an Internet session.
(Inherited from CMailAbstract.) | |
Post | **Missing documentation ** | |
PrepareCommand | **Missing documentation ** | |
RecvData | **Missing documentation ** | |
RecvRemote |
Retrieves data from the news server via socket.
(Overrides RecvRemote.) | |
SendData |
Send data to a remote host.
(Inherited from CMailAbstract.) | |
SendHeader | **Missing documentation ** | |
SendMailBody | **Missing documentation ** | |
SendRaw | **Missing documentation ** (Inherited from CMailAbstract.) | |
SendRemote |
Send any data to a remote host.
(Inherited from CMailAbstract.) | |
SetNewsGroup |
Selects a newsgroup from a NTTP Server for further processing.
| |
SetReadMode | **Missing documentation ** | |
SkipNext |
Sets the internal message pointer to the next available message of the current group.
| |
SkipPrev |
Sets the internal message pointer to the previous available message of the current group.
|
Name | Description | |
---|---|---|
oSocket | (Inherited from CMailAbstract.) |