When automating e-mail messages from Access 2003 using DoCmd.SendObjec t, I get an Outlook warning message "A program is trying to automatically send e-mail on your behalf. Do you want to allow this?". Outlook then waits for a response. Since I want the message to be sent out from an unattended applicaton when certain conditions are met, is there a way to supress or bypass this message?
Unwanted warning from outlook when using DoCmd.SendObject
Collapse
X
-
Tags: None
-
Originally posted by Mac CampbellWhen automating e-mail messages from Access 2003 using DoCmd.SendObjec t, I get an Outlook warning message "A program is trying to automatically send e-mail on your behalf. Do you want to allow this?". Outlook then waits for a response. Since I want the message to be sent out from an unattended applicaton when certain conditions are met, is there a way to supress or bypass this message? -
There are 3rd party software packages that also deal with this message. ClickYes is one, the other is Redemtion. Both are very commonly used. One other option is to use CDO to send your objects. It bypasses outlook security by using SNMP.Comment
Comment