Internet Direct (Indy) Version 9.0.2 Beta
TIdSMTPReceiveMode
Indicates the mechanism used for processing incoming mail data.

TIdSMTPReceiveMode = (rmRaw, rmMessage, rmMessageParsed);
Description
TIdSMTPReceiveMode is an enumerated type that identifies the mechanism to be used on the server to handle data received in the incoming mail buffer. TIdSMTPReceiveMode can contain the following values with their associated meanings:

TIdSMTPReceiveMode is the type used to represent the TIdSMTPServer.ReceiveMode property, and determines which event handler to use for mail data processing in TIdSMTPServer: OnReceiveRaw, OnReceiveMessage, or OnReceiveMessageParsed.