NNTP object
The ExNNTP control is 32-bit light COM that provides easy and flexible way to handle news (NNTP) messages. The Net News Transfer Protocol(NNTP) is a TCP/IP protocol based upon text strings sent bidirectionally over 7 bit ASCII TCP channels. It is used to transfer articles between servers as well as to read and post articles. XOver (overview database ) header are supported. And ExNNTP's Groups and NewsGroups objects which contain Articles objects, which in turn contain Articles, make managing groups and articles very easy. The entire list of articles for any group can easily be downloaded, and left untouched in that Group as other groups are accessed. Once that a message has been sent by the server, the ExNNTP control caches the message for future accessing. The NNTP object supports the following properties and methods:

NameDescription
BusySpecifies a value that indicates whether the client is busy.
CommandExecutes a custom command, and retrieves the response from the server.
ConnectConnects the client to the news server.
ConnectedRetrieves a value indicating whether the client is connected to the server.
DateConverts a DATE value to the YYMMDD format.
DisconnectDisconnects the client from the server.
GroupRetrieves a specified news group, without listing all news groups.
GroupsRetrieves the news groups collection as returned by the server.
LastErrorRetrieves a value that indicates the description of the last error occurred. The description includes also, the error code.
NewGroupsRetrieves a Groups collection indicating the list of News groups created since Date and Time.
PasswordRetrieves or sets the user password if the NNTP server requires authorization.
TimeConverts a TIME value to HHMMSS format.
UserNameRetrieves or sets the user name if the NNTP server requires authorization.
XOverFieldsRetrieves the XOver list fields.