type
TScSendLineEvent = procedure (Sender: TObject; const Line: string) of object;
property OnSendCommand: TScSendLineEvent;
Description
Occurs after the client has sent an SMTP command to the SMTP/SMTPS server. This event can be used to log commands sent to the server.
Parameters:
• | Sender - the object that raised the event; |
• | Line - the SMTP command that was sent to the server. |
See Also