Indy 9
|
TOnReceiveRaw = procedure (ASender: TIdCommand; var VStream: TStream; RCPT: TIdEMailAddressList; var CustomError: string) of object;
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.