Internet Direct (Indy) Version 9.0.1 Beta
|
property OnReceiveRaw: TOnReceiveRaw;
The DATA command action handler reads data from the threaded client connection using Capture to store message data prior to signalling the event handler.
Applications must assign a procedure to the OnReceiveRaw event handler to allow processing of the message data or email addresses in the recipient list for the client connection. If OnReceiveRaw is unassigned, an EIdTCPServerError exception will be raised.
OnReceiveRaw must fully process the stream containing the message headers and message body, since the stream will be freed prior to exiting from the DATA command action handler.