Difference between revisions of "TSmtpCli.Abort"

From Overbyte
Jump to navigation Jump to search
 
Line 1: Line 1:
 +
[[Main_Page | Main page]] -> [[ICS_Components_Reference | ICS component reference]] -> [[TSmtpCli]] ->[[TSmtpCli.Abort | Abort]]
 +
 
== Definition ==
 
== Definition ==
 
'''procedure [[TSmtpCli]].Abort'''
 
'''procedure [[TSmtpCli]].Abort'''

Latest revision as of 07:45, 20 February 2006

Main page -> ICS component reference -> TSmtpCli -> Abort

Definition

procedure TSmtpCli.Abort

  • Inherited from TCustomSmtpClient.Abort

Description

Synchronous method to cancel any running transactions. Closes socket connection to the mail server as well. If any transaction is in progress event OnRequestDone triggers with winsock error 10054. If a connection is currently established event OnSessionClosed will be triggered as well.

Example

nothing yet

Best practices

nothing yet