Re: How to try to resend an email for 3 times after getting Messaging Exception
Posted By:
Simon_Ablett
Posted On:
Wednesday, June 18, 2003 03:57 AM
Put your 'try...catch' clause inside a for loop. The loop clause would also need to check a 'successfulSend' flag which would only be set if no exceptions were caught.
Regards.