Outlook Security Manger

Add-in Express™ Support Service
That's what is more important than anything else

Outlook Security Manger
 
David Martinelli




Posts: 1
Joined: 2010-02-14
Is it possible to use Outlook security Manger in VBScript on the client side on a webpage to stop the Outlook security popup box?

I have tryed calling the DLL's with no success.

var obj = new ActiveXObject("SecurityManager.2005.dll");
obj.DisableOOMWarnings = true;

or

var obj = new ActiveXObject("secman.dll");
obj.DisableOOMWarnings = true;
Posted 14 Feb, 2010 21:16:06 Top
Andrei Smolin


Add-in Express team


Posts: 18821
Joined: 2006-05-11
Hello David,

Yes, it is possible, see the following sample: {Security Manager, ActiveX}\Demo Projects\Simple\ObjectModelSample.js.

Please note, in this scenario you need to deploy and register Security Manager files to the client side. You can find that information in the manual, {Security Manager}\Docs\osm.pdf.


Andrei Smolin
Add-in Express Team Leader
Posted 15 Feb, 2010 03:09:16 Top