Question why go through the bother of sending emails out only to havethem returned.
Instead of actually sending the emails and then getting them returned (if for example invalid email address) ou could try using the GetMXRR function.
That will then try and send an email to the address
If it fails then it will return a -1
It more efficient to catch errors before sending emails rather than after.
GM