Internet Direct (Indy) Version 9.0.2 Beta
OnCommandOther
Specifies the NNTP miscellaneous command event handler.

Description
OnCommandOther identifies the TOtherEvent event handler used to respond to an unrecognized NNTP command.

OnCommandOther provides a general event handler that allows the thread of execution to receive the command and optional parameters, and to indicate that the command was handled by the event handler.

Applications can indicate that the command was recognized and handled in the event handler by setting WasHandled to True.

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