Indy 9
TNewsTransportEvent
Unit: IdNNTP
Event triggered during article receipt or transmission.
TNewsTransportEvent = procedure (AMsg: TStringList) of object;
Unit
IdNNTP
Parameters
AMsg
List of Message IDs.
Description
TNewsTransportEvent is an event triggered during news during receipt or transmission of one or more NNTP news articles. TNewsTransportEvent provides a mechanism to override the default handling of article transmission in methods like Check, IHAVE and TakeThis.

AMsg contains one or more Message IDs, one Message ID per line, to be handled by the event.

Note: If a TNewsTransportEvent is assigned for a SendXXX method, it is assumed that all message handling and transport will be assumed by the event handler.


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