Outlook Security Manager 1.5
Outlook Security Manager general info
One-line programming tool to control Outlook security. Allows to disable Outlook security pop-up warnings with a line of code. It supports .NET, VCL and ActiveX platforms (Visual Basic .NET, C#, C++ MFCL/ATL/.NET, Visual Basic 6, Delphi, VBA).
1.5Version :
Windows 95/98/ME/NT/2000/XP Platform :
0.2 MbFile Size :
Free to try; $120 to buy License :
April 17, 2006 Date Added :
Keywords :
outlook,
security,
warning,
disable,
settings,
.net,
c#,
vb,
vcl,
delphi,
c++
Outlook Security Manager Full Description
It is a one-line programming tool for controlling Outlook Security. With Outlook Security Manager you can disable Outlook Security settings and avoid security warnings 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.
It supports the .NET, VCL and ActiveX platforms (Visual Basic .NET, C#, C++ MFCL/ATL/.NET, Visual Basic 6, Delphi, VBA). It also 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;
Software related to Outlook Security Manager
-
Code VBA 4.0
Code-VBA coding tools let you create better VBA code up to 50% faster
Instrumentation Widgets 3.0
Meters, scales, sliders, dials, gauges, knobs, buttons, other .NET components.
Excel Class .NET 1.0
.NET component for exchanging data between .NET and MS Excel.
Alvas.FileControls 3.0
Allows C# and VB.Net developers to operate with files without writing code.
Alvas.Controls 2.1
Allows C# and VB.Net developers to create applications with adaptable interface.
Alvas.Audio 9.0
Allows .Net developers to create applications that play, record, convert sound.
Alvas.Labels 2.1
Allows C# and VB.Net developers to include 3D text effects in the applications
Alvas.ShapeForms 2.0
Allows C# and VB.Net developers to create applications with nonrectangular forms
Alvas.Scriptor 2.0
Allows C# and VB.Net developers to add scripting possibility to the applications
Alvas.Suite 3.0
Bundle (6 in 1) of components libraries for C# and VB.Net Developers

Outlook Security Manager Rating: