Files Repository: PC Repair Help

  

Main Page Files Repository
  Files Repository >> PC Repair Tools >> Outlook Security Manager 1.3
Outlook Security Manager 1.3 - One-line programming tool to disable Outlook security warnings. .NET and VCL.

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;


  Keywords: Line Programming, Outlook 2002, Outlook Security, Outlook Security Manager, Outlook Versions, Programming Tool, Security, Security Manager, Security Settings, Security Warnings, Visual Basic, Visual Basic 6, Visual Basic Net
 
  Other Keywords: Delphi, Security Warnings, Vcl, Security Settings, Line Programming, Disable, Security Manager, Visual Basic Net, Outlook, Afalina Co, Settings, Visual Basic 6, Programming Tool, Outlook Security Manager, Vba, Outlook Versions, Oom, Security, Warning, Outlook Security, Cdo, Visual Basic, Outlook 2002
 

   
Release Date : 2005-06-12
Program Cost : 120.00$
Operating System : windows2003, winme, winnt 4 x, winxp, win95, windows2000, win98
Company : Afalina Co., Ltd.
Language : english
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;

  Download Program:


   Download n/a
 

About Company: Afalina Co., Ltd.
A wide range of handy add-ins for Excel, plugins and tools for Microsoft Outlook and MS Outlook Express.

Address: Belarus, BY, Gomel, 149 Barykina st.

Email: info@afalinasoft.com

Corporate Site: http://office-addins.com



Copyright c 2005 TM-Services. All rights reserved.