E
Ed
I use the following line of code. It sends an email to the address. It works
even if the email address is bad.
How can I get an error message if the email does not exist?
DoCmd.SendObject acSendNoObject, , acFormatTXT, [email protected],, , "Test
of bad email address", "Test"
even if the email address is bad.
How can I get an error message if the email does not exist?
DoCmd.SendObject acSendNoObject, , acFormatTXT, [email protected],, , "Test
of bad email address", "Test"