type
TScReadLineEvent = procedure (Sender: TObject; const Line: string) of object;
property OnReadReply: TScReadLineEvent;
Description
Occurs when the client gets a response from the SMTP/SMTPS server. This event can be used to log responses from the server.
Parameters:
• | Sender - the object that raised the event; |
• | Line - the response from the SMTP server. |
See Also