Internet Direct (Indy) Version 9.0.2 Beta
TIdNNTP.OnSendCheck
Performs response checking during article transmission.

property OnSendCheck: TNewsTransportEvent;
Description
OnSendCheck is the event handler, of type TNewsTransportEvent, triggered from the TIdNNTP.SendCheck method. SendCheck is used to accumulate the responses received when validating multiple message ids. OnSendCheck can be used to override the default behavior of the SendCheck method.

AMsg contains a list message ids, one message id per line, to be checked on the NNTP host.

Note: If a procedure is assigned as the OnSendCheck event handler, it is responsible for all aspects of the SendCheck transaction including accumulation of responses for multiple message IDs.