Internet Direct (Indy) Version 9.0.1 Beta
TEventNewNewsList
Indicates a new newsgroup article.

TEventNewNewsList = procedure (const AMsgID: string; var ACanContinue: Boolean) of object;
Description
TEventNewNewsList is an event type triggered when a Message-Id has been received using the GetNewNews method without the AList parameter.

MsgID is the message ID of the new article.

Setting ACanContinue to false will stop the request.