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

OnSendCommand

 

SecureBridge Components, Copyright © 2007-2024 Devart. All Rights Reserved. Provide Feedback Visit Forum Request Support