Internet Direct (Indy) Version 9.0.1 Beta
TIdSMTPRcpReplies
Repesents messages used in SMTP commands using recipient mail addresses.

TIdSMTPRcpReplies = class(TPersistent)
Description
TIdSMTPRcpReplies is a TPersistent descendant that specifies properties and method need to implement a container for messages used in response to SMTP command verbs that involve recipient mail addresses. TIdSMTPRcpReplies publishes the AddressOkReply, AddressErrorReply, and AddressWillForwardReply properties that contain these messages values.

TIdSMTPRcpReplies is the type used to represent the TIdSMTPMessages.RcpReplies, and is used in the command event handlers for the SMTP MAIL and RCPT commands.