Difference between revisions of "TSmtpCli.Abort"
Jump to navigation
Jump to search
m (TSmtpCli:Abort moved to TSmtpCli.Abort) |
|||
Line 1: | Line 1: | ||
== Definition == | == Definition == | ||
− | '''procedure Abort''' | + | '''procedure [[TSmtpCli]].Abort''' |
*Inherited from TCustomSmtpClient.Abort | *Inherited from TCustomSmtpClient.Abort | ||
Revision as of 16:42, 17 February 2006
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