Disabling Access warning when sending email

Laoujin

Registered User.
Local time
Yesterday, 20:58
Joined
Jul 25, 2005
Messages
16
Hi all,

When sending an email using the Outlook.Application or SendObject I first get a message if I'm sure I want to send it.
I believe there is a workaround but I can't make much of the information found at the MSN site, can someone provide me with some sample code or instructions on how to send a confirmation mail directly without having the annoying dialog box?

Thanks!
Wouter
 
Check MSN's outlook section, I believe this is an outlook message, not access.
 
Check out the following information:

http://msdn.microsoft.com/library/?....asp?frame=true

You should be able to set the options you are asking about from within VBA regardless of the program you are working with, just have to be sure you are using the right option names.
 
Keith, the link you posted isn't correct. The MSDN library is pretty strange. Prior to selecting the URL form the Address window, you must press the sync TOC button in the left pane otherwise the URL in the Address field is left pointing somewhere else.
 

Users who are viewing this thread

Back
Top Bottom