Outlook Security Manager 1.5

It is a programming tool to disable Outlook security pop-up warnings with a line of code. It supports Visual Basic .NET, C#, C++ MFCL/ATL/.NET, Visual Basic 6, Delphi, VBA, Word MailMerge, etc.

Product Specifications

Download
Purchase for $120
User Rating:

item has less then 1 vote
FileCart Rating
Submitted by:
Homepage Visit Homepage
License Commercial
Price $120
Downloads 951
OS Support Windows Install and Uninstall
File Name osm.zip
File Size 0.22 MB ( 222 KB )
Published Mar 11, 2005 (19 years ago)
Updated Dec 14, 2013 (10 years ago)

Follow Us!

Please like us on facebook!

Latest Searches

wise registry cleaner portable 2 hours ago
2024 3 hours ago
elvis live counter 3 hours ago
2025 1 day ago
universal soccer 1 day ago
Quick Receipt Software 1 day ago
autocad portable 1 day ago
site:portableapps.com 1 day ago
802.11n download driver 1 day ago
torrent portable 3 days ago

Popular Searches

id cards 602 times
Database Workbench Pro 258 times
TeraByte Drive Image Backup and Restore 255 times
Elcomsoft Phone Breaker 251 times
Elcomsoft Phone Viewer 232 times
Softperfect 230 times
SAM Broadcaster Cloud 223 times
BootIt Collection 223 times
YetiShare File Hosting Script 207 times
Antamedia HotSpot Software 205 times

Product Details

Outlook Security Manager is a one-line programming tool to disable Outlook Security. With Outlook Security Manager you can easily bypass Outlook Security settings and avoid security warnings, or alerts, in add-ins and applications that automate Microsoft Outlook.

Add a line of code and get rid of pop-ups like "a program is trying to access e-mail addresses you have stored in Outlook" or "a program is trying to automatically send e-mail on your behalf".

Unlike similar tools, Outlook Security Manager doesn't transform OOM and CDO calls to Extended MAPI calls and doesn't make development more complicated with its own special objects. It just implements one object with three properties that enable or disable Outlook Security Settings separately for OOM, CDO and SMAPI.

Outlook Security Manager supports Visual Basic .NET, C#, C++ MFCL/ATL/.NET, Visual Basic 6, Delphi, VBA, Word MailMerge, Excel MailMerge, etc. All Outlook versions and service packs, including Outlook 2000, Outlook 2002 (XP) and Outlook 2003 are supported. Read more on http://www.add-in-express.com/outlook-security/

Code examples:

--- Visual Basic .NET
Dim SecurityManager As New AddinExpress.Outlook.SecurityManager
SecurityManager.DisableOOMWarnings = True
Try
... any action with protected objects such as contacts or items...
Finally
SecurityManager.DisableOOMWarnings = False
End Try

--- Visual Basic 6, VBA, VBScript
OlSecurityManager.DisableOOMWarnings = True
On Error Goto Finally
... any action with protected objects ...
Finally:
OlSecurityManager.DisableOOMWarnings = False

--- Delphi
OlSecurityManager.DisableOOMWarnings := True;
try
... any action with protected objects ...
finally
OlSecurityManager.DisableOOMWarnings = False;
end;

Requirements: .NET Framework 1.X; VS.NET 7.X; Delphi 5,6,7,8,2005; Visual Basic 6; VBA; VBScript; C#; C++; VB.NET
Release Info: Major Update on Feb 19, 2006
Release Notes: ADDED: Support of Borland Delphi 2006. Support of Visual Studio 2005. ALTERED: Automatic initialization of the Simple MAPI sub-system when using the DisableSMAPIWarnings property in case it hasn't been initialized yet.
Related Tags: Outlook Security Warning Disable Settings

Reviews

You must be logged in to write a review

Reviews of Outlook Security Manager 1.5

You can be the first to write a review of Outlook Security Manager!

Other products submitted by this publisher

Add-in Express 2007 for VSTO

Easily develop professional extensions for Microsoft Office. Build Office add-ins with minimal coding and debugging, customize Office 2007 Ribbon UI and Office 2003 toolbars with special visual designers in your VSTO 2005 (SE) and VSTO 2008 projects.

Add-in Express 2008 for Outlook Express

Visual RAD toolkit for developing secure, managed, isolated, version-neutral plugins for Outlook Express and Windows Mail. Extend the Outlook Express GUI, create toolbars and menus, add custom menu items and controls, embed forms into OE windows.

Add-in Express for Internet Explorer

All-in-one framework that provides a simple and quick way to customize Internet Explorer with your own browser extensions. You can extend the IE 6, 7 and 8 (32- and 64-bit) with menu items, toolbar buttons, context menus, toolbars and side-bars.

Add-in Express for Office and .NET

All-in-one platform for developing any types of Office extensibility projects with minimal coding. Use visual designers to create powerful plug-ins for MS Office 2010 - 2000, smart tags, RTD servers and Excel UDFs in C#, VB.NET, C++ and Delphi Prism.

Add-in Express for Office and VCL

A true RAD tool for writing COM Add-ins, Smart Tags and RTD servers in Delphi 5 - 2010. You write the code once and your extension works in all Office versions from 2000 to 2010 (32-bit). Supports Outlook, Excel, Word, PowerPoint, FrontPage, etc.