Internet Direct (Indy) Version 9.0.2 Beta
TIdNNTPServer.OnCommandBodyNo
Specifies the NNTP BODY [nnn] command event handler.

property OnCommandBodyNo: TNumEvent;
Description
OnCommandBodyNo identifies the TDoByNoEvent event handler used to respond to the NNTP BODY command, as described in RFC 977.

BODY is used to retrieve the textual content of the news article with the specified relative message number.

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