Internet Direct (Indy) Version 9.0.2 Beta
|
property OnSendTakeThis: TNewsTransportEvent;
OnSendTakeThis is used to forward previously posted articles to servers that support streaming of NNTP articles. SendTakeThis works like SendIHAVE, except that it is not necessary to wait for a response from the server after sending each article.
AMsg contains the ASCII representation of an NNTP message, with headers, to be exchanged with another NNTP host. If an NNTP host indicates that it wants the NNTP message, AMsg should be sent to the host in it's entirety.
Note: If a procedure is assigned as the OnSendTakeThis event handler, it is responsible for all aspects of the SendTakeThis transaction including accumulation of responses for multiple message IDs.