Outlook Security Manager
It is an one-line programming tool for controlling Outlook Security. It supports the .NET, VCL and ActiveX platforms (Visual Basic .NET, C#, C++ MFCL/ATL/.NET, Visual Basic 6, Delphi, VBA) and allows you to effectively disable Outlook security warnings and alerts. It supports all Outlook versions and service packs including Outlook 2000, Outlook 2002 (XP) and Outlook 2003. 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; With Outlook Security Manager you can easily disable Outlook Security settings with just one line of code! Unlike similar tools, Outlook Security Manager doesn’t transform OOM and CDO calls to Extended MAPI calls and doesn’t make development more complicated by its own special objects. It just implements one object with three properties that enable or disable Outlook Security Settings for OOM, CDO and SMAPI. These properties are DisableOOMWarnings, DisableCDOWarnings and DisableSMAPIWarnings. Before calling a protected object you just disable Outlook Security via the corresponding property, and then you turn it on again.
|
Outlook Security Manager Review
|
Website
|
Afalina Co., Ltd.
|
|
Screenshot
|
View Outlook Security Manager Screenshot
|
|
Cost
|
$120 US
|
|
Release Date
|
2005-02-20
|
|
OS
|
Win95,Win98,WinME,WinXP,WinNT 4.x,Windows2000,Windows2003
|
|
Requirements
|
.NET Framework 1.0 or 1.1; VS.NET 7.0 or 7.1; Delphi 5,6,7,8,2005;Visual Basic 6;VBA;VBScript;C#;C++;Visual Basic .NET;Outlook;
|
|
File Size
|
218 KB
|
|
Install Support
|
Install and Uninstall
|
|
Type
|
Commercial
|
|
Version
|
1.1
|
|
Tags
|
Outlook, Security, .NET, C#, VB, VCL, Delphi, C++
|
More Popular Programming Titles ODBC Intercept ODBC Intercept is an alternative to odbtrac and odbcspy that exposes all bi-directional ODBC communications between your application(s) and their ODBC drivers. Ideal for RDO and ADO, ODBC Intercept converts bound parameters to meaningful text.
MailBee SSL MailBee SSL component is a plugin which enables MailBee Objects (SMTP, POP3 and IMAP4) to communicate to mail servers over secure connections. Supports client and server certificates, custom stores, STARTTLS mode, and more
VWsplitter VWsplitter is an ActiveX control used to split a form into two parts, either horizontally or vertically. Other controls on the form are then automatically resized as you move the splitter across the form.
|