Downloading Outlook Security Manager 1.3
To start your download please choose a mirror below:
Outlook Security Manager 1.3 Mirror 1
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;
|
| Basic & VB & VB DotNet - Programming & Software Development Related Programs |
» Visual Basic Controls (Source Code) 3.0
Visual Basic Source Code that demonstrates how to make VB Controls by using a Picturebox and pure VB Code. Free source code for making Command Buttons and additional source code for making other controls is available. Visual Basic Source Code
» vbSkinner Pro 2.1
You can change the look & feel of your application easily adding this ActiveX control to the forms.
With vbSkinner Pro your project will have a skin system.
The forms will have a ronded look, with a new title bar.
» FlyGrid.Net 1.5.3.3
FlyGrid.Net is a fast, lightweight and highly customizable .Net DataGrid/Tree control which completely manages the data, offering outstanding performance and flexibility to display and manage tabular, nested and hierarchical data.
» VBto Converter 2.37
Software for converting MS Visual Basic 6.0 projects (including source code) to Microsoft VS VB.NET, C#, J#, VC.NET, VC++ (MFC), Borland C++ Builder, Borland Delphi. Visual Basic forms viewer and source code analyzer.
» Spices.Decompiler 5.4.6.0
.NET Decompiler, decompiles executables to well-formed and source code (C#, VB.Net, J#, MC++, MSIL)
» vbSkinner Free 2.0
You can change the look of your application easily adding this control to the forms.
With vbSkinner Free your project will have a skin.
The forms will have a ronded look, with a new title bar.
» COMM-DRV/Lib.Net Professional Edition 20.00
Professional serial communication component / library for C#, VB.Net, managed C/C++, and any other .Net application running under Windows. Includes Zmodem, Xmodem, & Ymodem file transfer protocols.
» VBcodePrint 6.26.97
This Add-In to Microsoft Visual Basic 6 significantly enhances source code printing capabilities. You can print any part of your VB project's source code from within the VB's development environment. The output can be exported to HTML, PDF and RTF.
» ActiveResize Control 3.3
VBGold ActiveResize Control makes your VB applications completely resolution-independent. It resizes all controls and grids on your form when the form is resized. ActiveResize can handle any control and grid (+ Sheridan). No need to write any code!
» CSharp Code Library 1.8.5.441
CSharp Code Library is a powerful source code Library shipped with 50,000+ lines of code, quick and powerful search engine, powerful printing capability, password protection, user notes & attachments handeling, favorites & rating support and more!
|