Auotmating Outgoing Messages

S

Scott Brewer

I'm trying to write VBA code from Access using
SendObject. This is tied into Outlook SendItem. When the
command is run, I receive the message "A program is
trying to automatically send E-Mail on your behalf ..."
How do I turn this protection off ?

Thank You
 
M

marjk

Unfortunately, You can not turn this feature off. However, there is
ways around it. I like using CDOsys if you have Windows 2000 or later.
Sue has a great list of your choices of working around this issue at
the following link:
http://www.outlookcode.com/d/sec.htm


Marjorie
 
Top