SendObject - Warning Alert displayed

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

Guest

I'm using Access 2003 vba doCmd.SendObject to send data from the database
into an email and send automatically. This works fine in XP but new security
in 2003 is displaying an alert message for every email being sent. As I want
my users to click a button that then proceeds to send up to 50 emails I don't
want them to have to sit through and click Yes, I agree for each email. If
there a way that the Microsoft Office Outlook alert box can be disabled when
sending legitimate emails.

Regards
SJG
 
See http://www.outlookcode.com/d/sec.htm for your options with regard to the "object model guard" security in Outlook 2000 SP2 and later versions.
--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
Back
Top