Outlook Security Warning

M

March

Daer All,

I write VBA in MS Access to automatically send report through Outlook
Express.


SecurityManager.DisableOOMWarnings = True
On Error Goto Finally
..................................
Finally:
SecurityManager.DisableOOMWarnings = False

Code above could skip the security warning "a program is trying to access
e-mail addresses you have stored in Outlook...".

However, I have to deal with another security warning message "A program is
trying to automatically send e-mail on your behalf. Do you want to aloow
this? ..."

Any comment to solve this problem.


Thanks,

March
 
M

Maurice

You'd have to work around this with the redemption code. This can be done via
the CDO reference where you can use the various properties to use outlook
(express). Check www.outlookcode.com for samples on this one. Look for
redemption.

hth
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Disable Outlook Security 7
Emailing from Access 1
Sending Email in a macro 4
DoCmd.SendObject warning message 5
Outlook Warning 1
Access and Outlook Security 3
Outlook Email Security Message 5
Outlook Security 3

Top