Re: [twsocket] TsmtpCli - Event Mail Sent - Delete Attached Temp Files.

2008-05-08 Thread Arno Garrels
Hello Wayne, 1.) TSmtpCli works asynchronous! Any method call returns immediately, regardless whether the request has been answered yet or not. Later when the server response is received OnRequestDone will trigger. That's the place to check for errors and to control program flow. 2.) The interna

[twsocket] TsmtpCli - Event Mail Sent - Delete Attached Temp Files.

2008-05-08 Thread wayne forrest
Hello, I have a problem knowing when to delete temp files, the attachments to the Email message; Here is my Problem I am having. = FIRST TRY = (1'st Email) (Trigger to Send Email)-->Class Fucntion to Send Email.