Outlook Security Manager 1.3
![]() |
Type: Commercial Cost: 120.00$ Released: 2005-06-12
|
|
|||||||||
|
Rated by: 0 user(s) Rating: NOT RATED ![]() ![]() ![]() ![]() ![]() |
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;
Related downloads:
FlyGrid.Net - FlyGrid.Net is a fast, lightweight and highly customizable Windows.Forms Tree/Grid control which completely manages the data, offering outstanding power and flexibility to browse, edit, add, delete and manipulate tabular and hierachical data.
DF_Language - DF_Language scans your projects for any properties of controls and belong all source code. A simple text file (.lan) is created and can be edited for adding new languages. In matter of minutes your software is ready for multi languages support.
Office XP and .NET Style ActiveX Menu Control - Office Xp and.NET Style ActiveX Menu Control is the easy to use ActiveX control for Visual Basic that gives your application Office XP style menus, as well as the new Office 2003 style menus in just minutes.
Code-VB6 - With Code-VB coding tools added to your Visual Basic development environment (VBE) you create better Visual Basic code faster. A set of 17 specialized code builders supports the fast creation of most used code.
Code VBA - With Code-VBA coding tools added to your Visual Basic editor (VBE) you create better VBA macros up to 50% faster. 20 specialized code builders support the fast creation of most used code. Use with MS Access, Excel, Word and other VBA enabled programs



