KingDownloads.com Home
KingDownloads.com Home Home | Submit Software | Advertising | Contact Us | Bookmark us
KingDownloads.com Home
Home >> Software Development >> Components & Libraries

Outlook Security Manager 1.3

Category Software Development - Components & Libraries
Publisher Afalina Co., Ltd.
Date Added Jul 29 2005
File Size 219 KB
Rating
License Free to try; USD 120 to buy
OS Win 95/98/ME/2K/NT/XP
Screenshot Screenshot
Download Now
Advertisement
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;
Other softwares from Afalina Co., Ltd.
Add-in Express 2 VCL Edition 2.3
A visual tool for creating COM Add-ins, Smart Tags and RTD servers in Delphi.
Add-in Express 2 .NET Edition 2.2.1751
A visual tool for creating COM Add-ins, Smart Tags and RTD in VB.NET, C++, C#.
ADX Toys 2 OL 2.0
Is a COM add-in that adds several useful features to Microsoft Outlook.
ADX Toys 2 WD 2.0
Adds the syntax highlighting of the selected source code in the current document
Merge Cells Wizard 1.0
Use Merge Cells Wizard to join several cells preserving the values of these cell
XL Report for SAP R/3 4.5
An Excel-based report component for SAP R/3.
Complete Excel Names 1.1
An add-in that allows you to set the width of the Name Box in MS Excel.
ADX Toys XL 1.0
Is a COM add-in that adds several useful features to Microsoft Excel.
Related softwares
IDAutomation Universal Barcode Font 5.1
Create several different barcode types with this single advanced bar code font.
Balloon Tooltips .NET 2.0
.NET component provides control ToolTips.
WAB-Processor 2.0
WAB Processor provides easy access to Windows Address Book (WAB)
TextCaptureX 1.3
Fast and reliable text capture library
EaseSoft ASP.NET Barcode Control 3.5.0
EaseSoft Linear Barcode Web Controls support most barcode symbologies
Morovia PCL Bar codes More 1.0
Morovia PCL Bar codes & More package consists of 7 PCL soft fonts.
DC App Protector 1.0
protect your copy and generate trail version
IDAutomation RFID Component Encoder 1.0
RFID encoder for the .NET Framework and an RFID enabled printer.
Home | Submit software | Advertising | Links | Contact Us | Link to us | Site Map
Copyright (c) 2005-2006 KingDownloads Technology. All Rights Reserved. Terms of Use | Privacy policy