I cannot get Outlook to automatically send an email. It always opens up the email and makes me click send. I have taken this down to the bare minimum:
DoCmd.SendObject , , , "myemailaddress", , , "Test Email", "Sending test e-mail message", False
I am using Access and Outlook 2010. I am not getting any warnings or messages of any kind. It just opens up a new email message with my To, Subject, and Body filled in.
Any help is appreciated.
DoCmd.SendObject , , , "myemailaddress", , , "Test Email", "Sending test e-mail message", False
I am using Access and Outlook 2010. I am not getting any warnings or messages of any kind. It just opens up a new email message with my To, Subject, and Body filled in.
Any help is appreciated.