Outlook Security Manager

Rating   Downloads : 196
Price :   120  Commercial

Size : 0.22MB
Version : 1.5 Major Update  
OS

Win95 , Win98 , WinME , WinXP , WinNT 4.x , Windows2000 , Windows2003 

Outlook Security Manager

One-line tool to disable Outlook security.

Perspective Security Manager is an one-line programming tool to disable Outlook Security. With This program you can easily bypass Perspective Security settings and avoid protection warnings, or alerts, in add-ins and applications that automate Microsoft Outlook.

Add a line of code and get rid of pop-ups like "a program will be trying to access e-mail addresses you have saved in Outlook" or "a program is trying to instantly send e-mail on your behalf".

Unlike similar tools, This program does not transform OOM and CDO calls to Extended MAPI calls and doesnt make development more complicated with its own special objects. It just implements one object with three properties that enable or disable Perspective Security Settings separately with regard to OOM, CDO and SMAPI.

This program supports Visual Basic. NET, C#, C MFCL/ATL/. NET, Visual Basic 6, Delphi, VBA, Word MailMerge, Excel MailMerge, etc. All Outlook versions and service packs, including Outlook 2000, Outlook 2002 (XP) and Outlook 2003 are supported. Read more on http://www.add-in-express.com/outlook-security/

Code good examples:

--- Visual Basic. NET

Dim SecurityManager As New AddinExpress. Outlook. SecurityManager

SecurityManager. DisableOOMWarnings = True

Attempt

... any action with guarded objects such as contacts or items...

Finally

SecurityManager. DisableOOMWarnings = False

End Try

--- Visual Fundamental 6, VBA, VBScript

OlSecurityManager. DisableOOMWarnings = True

On Error Goto Finally

... any action with protected objects...

Finally:

OlSecurityManager. DisableOOMWarnings = False

--- Delphi

OlSecurityManager. DisableOOMWarnings: = True;

attempt

... any action with guarded objects...

finally

OlSecurityManager. DisableOOMWarnings = False;

end;

You can find some alternatives for Outlook Security Manager here .


Outlook Security Manager

Requirements :

.NET Framework 1.X; VS.NET 7.X; Delphi 5,6,7,8,2005; Visual Basic 6; VBA; VBScript; C#; C++; VB.NET

 


   Questions or Problems with This Program ! | Report Bad Link

If you have any questions please post it and we will answer it asap .

[ Comments allowed for anonymous users, please dont register ]
 

So far so good :
No Comments :: No Problems :: No Answers

Other software for same Developer :




Similar software : Outlook Security Manager alternative



Please Scan for Viruses before use .