Internet Direct (Indy) Version 9.0.1 Beta
TIdSMTPServerThread.RCPTList
Represents destination mailbox addresses for a mail message.

RCPTList: TIdEMailAddressList;
Description
RCPTList is a public TIdEMailAddressList member that acts as a container for the destination mailbox addresses received in one or more RCPT command(s) from the SMTP client connection. Individual lines in RCPTList may contain parameters associated with a particular service extension offered by the server identified in an EHLO response.

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.