Click to See Complete Forum and Search --> : Outlook Security


TB_Guy_2000
September 27th, 2001, 04:03 PM
I have a program that sends emails thru several different Outlook profiles using MAPI32.dll. This program runs overnight and everything worked fine until the boyz installed the security patch for Outlook 2000 (OS = Window 2000). Now I get a prompt before each email goes out.

Any way to turn off this prompt?

TB_Guy_2000

gknierim
October 22nd, 2001, 10:59 AM
Did you ever figure out how to get by this? I'm looking for the same solution.

Greg

Clearcode
October 22nd, 2001, 11:02 AM
If there was a way to programatically turn off the message it wouldn't be much of a security patch because people writing viruses would first turn off the outlook security patch....



-------------------------------------------------
Ex. Datis: Duncan Jones
Merrion Computing Ltd
http://www.merrioncomputing.com
Check out the new downloads - ImageMap.ocx is the VB control that emulates an HTML image map, EventVB.OCX for adding new events to your VB form and adding System Tray support simply, MCL Hotkey for implemenmting system-wide hotkeys in your application...all with source code included.

gknierim
October 22nd, 2001, 11:05 AM
Duh....I didn't ask for a snide remark when the obvious is clear. Some people have virus protection and if kept up to date will catch most viruses.

Geezz...

Clearcode
October 22nd, 2001, 11:08 AM
It's not a snide remark, it's a statement of the reason why there is no way to turn off that option from a program.
If you get the administrators to look at the security profile there's probably a way for them to disable this option but if your app doesn't have administrator rights it can't do administrator functions.

-------------------------------------------------
Ex. Datis: Duncan Jones
Merrion Computing Ltd
http://www.merrioncomputing.com
Check out the new downloads - ImageMap.ocx is the VB control that emulates an HTML image map, EventVB.OCX for adding new events to your VB form and adding System Tray support simply, MCL Hotkey for implemenmting system-wide hotkeys in your application...all with source code included.

TB_Guy_2000
October 22nd, 2001, 11:10 AM
Yes I did. Two things had to happen. I ran this REG file (Contents below)
****
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Policies\Microsoft\Security]
"CheckAdminSettings"=dword:00000001
*****

The Outlook Admin needs to make a change to your profile settings. Not sure what they did, but they did mention these topics:

1. Can you change the options for "When Sending Items VIA Simple MAPI" and "When resolving names via Simple MAPI" to "automatically approve?"

and

2. I have changed the Security Profile that I created this morning to only include the people that were having problems this morning


Hope this helps

TB_Guy_2000