Outlook Security Manager

From Wikipedia, the free encyclopedia

Outlook Security Manager

Outlook Security Manager (full name Security Manager 2007 for Microsoft Outlook) is a programming tool to disable Microsoft Outlook Security pop-up warnings in add-ins and applications that automate Microsoft Outlook.

Outlook Security Manager is an in-process COM object that handles all internal events of the Outlook E-mail Security Engine rather than "hacks" or "hooks". It allows Microsoft Outlook developers to switch off Outlook security with just a few lines of code. It doesn't transform Outlook Object Model (OOM) and Collaboration Data Objects (CDO) calls to Extended MAPI calls, and doesn't make development more complicated with its own special objects. It implements one object with three properties that enable or disable Outlook Security separately for the Outlook Object Model, CDO and Simple MAPI.

Outlook Security Manager supports three platforms, .NET, VCL and ActiveX, (Visual Basic .NET, C#, C++, MFC/ATL/.NET, Visual Basic 6, Delphi, VBA, Word MailMerge, Excel MailMerge), as well as all Outlook versions and service packs, including Outlook 2000, Outlook 2002 (XP), Outlook 2003 and Outlook 2007.

[edit] External links

Outlook Security Manager home page