Bypassing Outlook security warning

SaintJimmy

Member
Joined
Jul 7, 2006
Messages
24
Programming Experience
5-10
I've written a very simple routine for sending mail using Outlook 2003. I'm using it to send notifications out when a user makes a change to data in the application.

But there's one rather large annoyance with it... every time my application attemps to send a message, Outlook displays a warning message that says this:

"A program is trying to automatically send e-mail on your behalf. Do you want to allow this?"

And then it waits 5 seconds until you can select "Yes".

Is there a way to disable that message?


Also, this problem may be directly related to the pop-up warning, but when the app sends e-mail, Outlook takes the focus so I have to switch back to my application.

I'd like this to work seamlessly and behind the scenes. I don't want anyone using the application to have to stop what they're doing and answer a pop-up message that takes a minimum of 5 seconds on each occurence.
 
Back
Top