| |
 |
|
 |
| |
Downloading Outlook Security Manager 1.3
Contacting third-party download site... please
wait.
If your download does not start automatically
within 5 seconds, 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;
|
| 0 - 0 Related Programs |
» 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.
» 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
» 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.
» 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.
» Log4Net Dashboard 1.2
L4NDash extends the benefits of using the Log4Net logging framework. Developers and system administrators will benefit from a centralized overview of the log and the easy way to analyze and filter the log
» 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.
» VB Net Maker 2
Thousand VB.Net lines written in one click! This Generator browses a Data Base (Oracle, Access) and builds VB Net Modules : Data Access Layer, with Classes for DataBase Tables, and sub classes for foreign keys. It generates also aspx templates.
» Spices.Decompiler 5.4.6.0
.NET Decompiler, decompiles executables to well-formed and source code (C#, VB.Net, J#, MC++, MSIL)
» ShapedForm 1.0.0
Create irregular shaped forms easily based on the forms picture property.
» 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.
|
|
|
 |
|
 |
|
|
|