Download Junction
DIRECTORYCOMPANIESPRESS   SUBMIT SOFTWARE SUBMIT PRESS RELEASE
 

Outlook Security Manager

 
Enlarge

Download (222 K)

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;

2006-05-30 02:33:37
Commercial

$120

Version: 1.5
Release date: 2006-02-19
Company: Afalina Co., Ltd.
OS support: Win95,Win98,WinME,WinXP,WinNT 4.x,Windows2000,Windows2003
Language: English
Size: 222 K
Category: Development Tools
Homepage:
Screenshot:
Download: Primary:
Buy: Buy Now
Link Broken? Report It
  Related: C++-Delphi-Vcl-Vb-C#-.net-Settings-Disable-Warning-Security-Outlook
    ADX Extensions for Outlook 1.0 by Afalina Co., Ltd.
The ADX Extensions for Microsoft Outlook allows you to customize the Outlook folder view and Outlook forms by embedding feature-rich .NET and VCL forms and controls into the Outlook Explorer and Outlook Inspector windows. The ADX Extensions for O...
    PDF Security ActiveX 2.0.2008.118 by Guangming Software
PDF Security ActiveX Component can encrypt PDF with standard 40-bit or 128-bit encryption. You can also set the permission of the user such as printing, modifying etc. You can make secure PDF and protect your PDF in one function call. PDF Securit
    Add-in Express 2 VCL Edition 2.5 by Afalina Co., Ltd.
Add-in Express VCL is a feature-rich tool for creating COM Add-ins, Smart Tags and RTD servers in Delphi. Add-in Express implements everything required by the supported technologies including IDTExtensibility2, IRTDServer, ISmartTag and ISmartTag...
    Devrace MultiProfile 1.08 by Devrace
MultiProfile is a simple and very useful development tool. Many programmers usually need different IDE settings for separate projects. In Delphi or C++ Builder they may need separate settings for Library Path or those of the debugger especially in ca...
    ZylVSS 1.0 by Zyl Soft
ZylVSS is a Delphi / C++Builder component that makes the work with Visual SourceSafe easier than you think. Using this great component you will be able to embed version control features in your Delphi or C++Builder projects. Supported Operating Sys...
    OEExplorer 1.1. by Shestakov Victor
This program will be useful for delphi developers as framework for their own programs that have to work with Outlook Express (Windows Mail) folders and messages. It allows to make operations with folders and messages using IStoreNamespace and IStor
    Outlook Express ActiveX OCX SDK 1.0 by Viscom Software
Outlook Express ActiveX, Window Address Book, Remove duplicate email, Add contacts automatically. Browse all the folders of Outlook Express. Rename / Move / Delete / Create a folder. Get Message State / Display From / Subject /Received Date. Delete /...
    Outlook Express ActiveX Control 1.0 by Viscom Software
Outlook Express ActiveX, Window Address Book, Remove duplicate email, Add contacts automatically. Browse all the folders of Outlook Express. Rename / Move / Delete / Create a folder. Get Message State / Display From / Subject /Received Date. Delete /...
    MisSpel For Delphi 1.1 by CadabraSoftware
Finally, Delphi developers have a reliable way to eliminate embarrassing spelling errors in their applications. Spelling errors make your application, that otherwise maybe a great program, look unprofessional. This could ultimately cost you sales.
    ZylGPSReceiver 2.61 by Zyl Soft
ZylGPSReceiver is a Delphi/CBuilder component that communicates with a serial GPS receiver. This component works with any NMEA compatible receiver connected to one of the serial ports. You can use it also with USB devices, because these devices usu...


Home
Submit Software | Submit Press Release | Link to Us | Privacy | Contact

© 2004-2008 Download Junction. All rights reserved.