How to suppress Outlook 2000 SP3 warning

S

Steven Wong

Hi,

I am using an Windows 2003 Active Directory and Exchange 2003 environment.
We have a 3rd party software which will use MAPI to send email out on client
PC.
But everytime there's a dialog box pop up saying something like
"An application is trying to send an email, do you want to allow, YES or NO
button"
when this 3rd party software trying to send an email. If I click YES, the
email sent out successfully.
Are there any way to suppress this warning message ?
I know there's an option to suppress this dialog box in Outlook Express 6,
but I couldn't find it in Outlook 2000 SP3.

TIA

Steven
 
S

Sue Mosher [MVP-Outlook]

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
 
H

HS

Steve,
There is an Outlook 2003 registry key that you can add.

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

try that

Anish
 
S

Sue Mosher [MVP-Outlook]

That registry value by itself does absolutely nothing. Its purpose is to tell Outlook to look in a particular Exchange public folder to get information about what security settings it should implement. There is no security setting that would allow a single external program to send messages without prompts. It's an all-or-nothing issue. If you let that third-party app send, you let all external apps send, including those that propagate viruses.

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


HS said:
Steve,
There is an Outlook 2003 registry key that you can add.

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

try that

Anish
Steven Wong said:
Hi,

I am using an Windows 2003 Active Directory and Exchange 2003 environment.
We have a 3rd party software which will use MAPI to send email out on
client
PC.
But everytime there's a dialog box pop up saying something like
"An application is trying to send an email, do you want to allow, YES or
NO
button"
when this 3rd party software trying to send an email. If I click YES, the
email sent out successfully.
Are there any way to suppress this warning message ?
I know there's an option to suppress this dialog box in Outlook Express 6,
but I couldn't find it in Outlook 2000 SP3.
 

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


Top