Internet Direct (Indy) Version 9.0.1 Beta
TOnReceiveRaw
Event type for incoming mail data in a stream.

TOnReceiveRaw = procedure (ASender: TIdCommand; var VStream: TMemoryStream; RCPT: TIdEMailAddressList) of object;
Description
TOnReceiveRaw specifies an event type signalled to a TIdSMTPServer when incoming mail data has been received in a TStream.

TOnReceiveRaw is signalled by the command instance used to respond to the SMTP DATA command when the ReceiveMode contains rmRaw.

TOnReceiveRaw is the type used for the TIdSMTPServer.OnReceiveRaw event handler. Applications must assign a procedure to the event handler to allow a respond to the event notification.