Internet Direct (Indy)
Home
PreviousUpNext
TIdEventNewNewsList Type

Event type signalled when a message identifier is received in a NEWNEWS response.

Pascal
TIdEventNewNewsList = procedure (AMsgID: string; var ACanContinue: Boolean) of object;
Parameters 
Description 
AMsgID 
Line containing the message identifer in the NEWNEWS list.
 
ACanContinue 
Indicates current and additional message identifiers can be processed. 

TIdEventNewNewsList is an event type triggered when a Message Identifier is received in the results from the NNTP NEWNEWS command. TIdEventNewNewsList is the type used to for the TIdNNTP.OnNewNewsList property, and represents the event handler signalled while processing NEWNEWS response values in TIdNNTP.GetNewNewsList

AMsgID is the message identifer for a new NNTP article. 

ACanContinue indicates that the current message identifier has been processed, and additional message identifiers can be read from the NEWNEWS response. Setting ACanContinue to False will suppress additional processing of message identifiers in the NEWNEWS response.

GetNewNewsList 

OnNewNewsList

Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Website http://www.indyproject.org.
Post feedback to the Indy Documentation newsgroup.