Internet Direct (Indy) Version 9.0.2 Beta
|
procedure Assign(Source: TPersistent); override;
Assign checks whether the Source parameter specifies another TIdSMTPMessages instance, and if so, copies the values of the NoopReply, RSetReply, QuitReply, ErrorReply, ReceivedHeader, XServer, and SyntaxErrorReply properties. Assign also calls the Assign method for object instances in the Greeting, RcpReplies, and DataReplies properties.
If Source is not a TIdSMTPMessages instance, Assign calls the inherited method, which assigns properties from any object that specifies how to copy using the AssignTo method.