Indy 9
TIdNNTPOnCheckMsgNo
See Also, Unit: IdNNTPServer
Event type signalled for verifying article message numbers and identifiers.
TIdNNTPOnCheckMsgNo = procedure (AThread: TIdNNTPThread; const AMsgNo: Integer; var VMsgID: string) of object;
Unit
IdNNTPServer
Parameters
AMsgNo
Message number for the event notification.
AThread
NNTP client for the event notification.
VMsgID
Unique message identifier for the event notification.
Description
TIdNNTPOnCheckMsgNo is an event type signalled when the NNTP server attempts verify the message number or message identifier for an NNTP article when responding to the command event handler for the NNTP ARTICLE command. TIdNNTPOnCheckMsgNo is the type used to represent the TIdNNTPServer.OnCheckMsgNo property.

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.


Created with Doc-O-Matic 2 donated to Project JEDI. Commercial license available from the Doc-O-Matic site.