Internet Direct (Indy) Version 9.0.2 Beta
|
RCPTList: TIdEMailAddressList;
RCPTList is updated in the TIdSMTPServer.CommandRcpt action handler when the OnCommandRCPT event handler is not used to respond to the command. RCPTList is also cleared when the TIdSMTPServer.CommandRSET action handler is used to respond to the SMTP RSET command.
RCPTList is used in the TIdSMTPServer.CommandData action handler when TIdMessage is used to represent the parsed incoming mail data, and updates the message instance Blind Carbon Copy recipients with any values in RCPTList that do not appear in the Recipients or CCList in the message instance.