Disabling Error Messages

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have an external application that is trying to use the Outlook Application
Object, using Outlook 2003, to 'blindly' send emails, as this runs
automatically without user intervention. I get the pop up box that says
Outlook is trying to automatically send email on my behalf, with the 5 second
delay. I do not want this box to appear. I want the mail to be sent
automatically, without this message. I've seen such reccommendations as
using the intrinsic application object, to mention that messages won't appear
if the system is running up to date anti-virus software. Is there a
definitive fix for this issue? Is it programmitcal or system based?

Thank you
 
There is no fix for this, it's the security for Outlook 2003. Outlook 2007
will allow code on a system that has up to date anti-virus to run without
the security but for Outlook 2003 and earlier your only options are listed
at http://www.outlookcode.com/d/sec.htm.
 
Back
Top