Indy 9
TOnReceiveRaw
Unit: IdSMTPServer
Event type for incoming mail data in a stream.
TOnReceiveRaw = procedure (ASender: TIdCommand; var VStream: TStream; RCPT: TIdEMailAddressList; var CustomError: string) of object;
Unit
IdSMTPServer
Parameters
ASender
Command generated the event notification.
RCPT
List of Recipient email addresses.
VStream
Stream containing the incoming mail data.
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.


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