TIdNNTPOnArticleByID
TIdNNTPOnArticleByID is an event type.
TIdNNTPOnArticleByID = procedure (AThread: TIdNNTPThread; const AMsgID: string) of object;
Unit
Parameters
AMsgID
Message identifier for the event notification.
AThread
NNTP client thread for the event notification.
Description
TIdNNTPOnArticleByID is an event type. TIdNNTPOnArticleByID is not used at the current time.