| | Publisher: Afalina Co., Ltd.
| File Size: 219 KB | | Date Added: Mar 17,2005 | Rating:  | | Last Update: Jul 29,2005 | OS: Win95/98/ME/NT4.x/2K/XP | Screenshot:  | Price: USD 120 |
Publisher`s Description for Outlook Security Manager
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;
|
|
|
Related softwares for Outlook Security Manager
Add-in Express 2 .NET Edition A visual tool for creating COM Add-ins, Smart Tags and RTD in VB.NET, C++, C#. Add-in Express 2 VCL Edition A visual tool for creating COM Add-ins, Smart Tags and RTD servers in Delphi. AppFace User Interface Development Kits Skin application with two lines source code,support VB,VC,Delphi,C#,VB.Net,BCB. EZTwain Pro Toolkit The easiest and fastest way to add TWAIN scanning to your software. EaseSoft ASP.NET Barcode Control EaseSoft Linear Barcode Web Controls support most barcode symbologies ASP.NET Barcode Professional It generates barcode images for ASP.NET. Linear and 2D Barcode Symbologies. MagForms for .NET MagForms is a .NET library which allows .NET WinForms to be magnetized together. PDF Maker Class .NET .NET component to automatically create Adobe Acrobat PDF files. Balloon Tooltips .NET .NET component provides control ToolTips. EaseSoft PDF417 ASP.NET Web Control EaseSoft PDF417 ASP.NET Web ServerControls generate the barcodes dynamically. BytesRoad.NetSuit Library Free network library for .NET platform (open source, written in C#). EaseSoft PDF417 ASP.NET Web Control EaseSoft PDF417 ASP.NET Web ServerControls generate the barcodes dynamically.
|
|
|