How to disable warning message in automatic email sending

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

Guest

A program is trying to automatically send an e-mail message using a Microsoft
Visual Basic Application (VBA) command, Item.Send, from within Microsoft
Outlook. If you want this program to send this message, click Yes. To stop
the program, click No. If you are unsure which program is sending the message
or why the message is being sent, you should click No to help avoid the
possible spread of viruses.

I dont want this message while sending automatic e-mails from forums to my
email ID.

pls help me immediately.
 
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
 
you can't disable it unless you use exchange server - the admin can disable
it if you do.

If using applications you wrote you can program around it - outlookcdode.com
has information on that, otherwise, see
http://www.slipstick.com/outlook/esecup.htm for more information and links
to clickyes, which will help make it less annoying.



--
Diane Poremsky [MVP - Outlook]
Author, Teach Yourself Outlook 2003 in 24 Hours
Coauthor, OneNote 2003 for Windows (Visual QuickStart Guide)

Need Help with Common Tasks? http://www.outlook-tips.net/beginner/
 
Back
Top