Indy 9
|
TIdNNTPOnCheckMsgNo = procedure (AThread: TIdNNTPThread; const AMsgNo: Integer; var VMsgID: string) of object;
AThread is the NNTP client thread generating the event notification.
AMsgNo is the message number used to acces an NNTP article.
VMsgID is a variable parameter that represents the unique message identifier for requested NNTP article. A TIdNNTPOnCheckMsgNo event handler can assigned the message identifer for the requested NNTP article.