Difference between revisions of "TSmtpCli.OnRequestDone"

From Overbyte
Jump to navigation Jump to search
(No difference)

Revision as of 13:49, 23 September 2007

Main page -> ICS components reference -> TSmtpCli -> OnRequestDone

Definition

procedure (Sender: TObject; RqType: TSmtpRequest; ErrCode: Word) of object;

  • Sender : the client which fired the event
  • RqType : type of the request.
  • ErrCode : error code for the request. If it is 0, there was no error.

Description

This event will fire when the server has sent a response for your request and all data transfers has been done.

Examples

Best practices

nothing yet