Internet Direct (Indy) Version 9.0.1 Beta
TIdNNTPServer.OnCommandArticleID
Specifies the NNTP ARTICLE <message-id> command event handler.

property OnCommandArticleID: TBasicEvent;
Description
OnCommandArticleID identifies the TDoByIDEvent event handler used to respond to the NNTP ARTICLE command, as described in RFC 977.

ARTICLE is used to retrieve the textual content of the news article with the specified message identifier.

Applications should assign a procedure to the event handler in order to respond to the NNTP command, or the server will return the default message:

  500 command not recognized