Author |
|
pevrard Newbie
Joined: 03 November 2008 Location: Belgium
Online Status: Offline Posts: 9
|
Posted: 08 June 2010 at 9:09am | IP Logged
|
|
|
Hello,
Is this event always fired even in case of exception (particularly timeout exception during smtp.send() operation) or the exception prevent the event?
Thanks in advance
Pierre
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 09 June 2010 at 3:58am | IP Logged
|
|
|
It can be either event or exception, not both. This would depend on particular situation, the idea is simple though: if you request multiple operations to be performed, like doing a mail merge, then failure of one of those operations will trigger the event. For regular send (one operation requested), exception will be thrown.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|