Internet Direct (Indy) Version 9.0.1 Beta
|
procedure Assign(Source: TPersistent); override;
Assign checks whether the Source parameter specifies another TIdSMTPRcpReplies instance, and if so, copies the values of the AddressOkReply, AddressErrorReply, and AddressWillForwardReply properties.
If Source is not a TIdSMTPRcpReplies instance, Assign calls the inherited method, which assigns properties from any object that specifies how to copy using the AssignTo method.