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
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