It is a one-line programming tool for controlling Outlook Security. With Outlook Security Manager you can disable Outlook Security se
Search:
All categories
Business & Productivity Tools
Desktop
Developer Tools
Drivers
Education
Games
Home & Personal
Internet & Networking
Multimedia & Design
Operating Systems
Utilities
»
Home
»
Developer Tools
»
Visual Basic
»
Outlook Security Manager
Company:
Afalina Co., Ltd.
License:
Shareware
Version:
1
System:
Win95,Win98,WinME,WinXP,WinNT 4.x,Windows2000,Windows2003
Size:
219 KB
Date Released:
12-06-2005
Price:
120
Screenshot:
Click here to see Screenshot
Downloads:
1366
Homepage:
http://www.add-in-express.com/
Date added:
Sep 27, 2005
Click here to Download
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;
NEWS
So far, nothing for that!
RECOMMENDED DOWNLOADS IN THIS CATEGORY
»
Home
»
Developer Tools
»
Visual Basic
(227)
Select page:
[
1
]
2
3
4
5
6...
»
COM Express for .NET
COM Express for .NET is the most powerful C#/VB.NET database code generator you can find, it generated the industrial-recognized CSLA.NET based business objects as well as highly advanced windows form and ASP.NET GUI layer. It provides support for MSSQL, ...
Shoutsoft, Inc. | 3128 KB | Win95,Win98,WinME,WinXP,WinNT 4.x,Windows2000,Windows2003 | 345 | Downloads: 855
Date added: Sep 27, 2005 |
»
Details
»
ModConfig Community Edition
If your web.config file is crowded, if you are tired of writing the same configuration information over and over, then ModConfig is for you. ModConfig is a high-performance configuration management component that is as flexible as it is easy to use. You c ...
Agency59 | 559 KB | WinNT 4.x,Windows2000,WinXP,Windows2003,Mac OS X,Unix,Linux | 0 | Downloads: 831
Date added: Feb 12, 2007 |
»
Details
»
MenuEx ActiveX control
A MenuEx control, allows you to handle VB menus. Supports: - Office XP/2003 menu styles - Windows XP icons (alpha support) - Header, Sidebar and Color items - Custom drawn items - Add/insert/remove items on the fly - Unicode character-encoding standard - ...
Inspired Creations | 380 KB | Win98,WinME,WinNT 4.x,WinXP,Windows2000 | 114.95 | Downloads: 794
Date added: Sep 27, 2005 |
»
Details
»
ZylTimer.NET
ZylTimer.NET is a high resolution .NET timer component which provides a higher precision than the standard .NET Timer component. .NET Timer component which ships with Delphi / C++Builder uses the Windows Message Queue to generate the Tick event. Due to th ...
Zyl Soft | 339 KB | Win95,Win98,WinME,WinNT 3.x,WinNT 4.x,Windows2000,WinXP,Windows2003 | 29.99 | Downloads: 778
Date added: Feb 12, 2007 |
»
Details
»
USPExpress Math Parser
USPExpress Math Parser is a COM-based dll that is aimed to parse and evaluate scientific, engineering and math expressions on-the-fly. USPExpress has been widely used in numerous enterprise-level applications in the field of chemical engineering and stati ...
UNISOFT Plus Ltd. | 3606 KB | Windows | 148 | Downloads: 820
Date added: Sep 27, 2005 |
»
Details
»
ShapedForm
Create irregular shaped forms easily based on the forms picture property. Add the control to the form and set the picture property then select which colour to become transparent. This control does the rest. You can even specify that the window can be drag ...
Evova Technology | 498 KB | Win95,Win98,WinME,WinNT 4.x,WinXP,Windows2000 | 20 | Downloads: 794
Date added: Sep 27, 2005 |
»
Details
»
TurboVB
TurboVB is an integrated feature packed add-in tool for Visual Basic 6 - a major enhancement to its IDE. It has over 40 add-ins that will provide you with real productivity gains. The hours saved by this VB tool will add up to extra days of development ti ...
Turbo Developer Ltd | 2160 KB | Win95,Win98,WinME,WinNT 4.x,Windows2000,WinXP,Windows2003 | 150.00 | Downloads: 871
Date added: Sep 27, 2005 |
»
Details
»
OneOnly
Create single instance applications linked to associated file types. When the associated file is double clicked it will be handled by a single instance of your application. This lets your application act like Media Player rather than Notepad. Each time yo ...
Evova Technology | 503 KB | Win95,Win98,WinME,WinNT 4.x,WinXP,Windows2000 | 20 | Downloads: 872
Date added: Sep 27, 2005 |
»
Details
»
Paradox Direct Engine (ActiveX)
This engine allow to read and load the external Paradox tables into any MS Jet/ADO datasource No any external libraries for Paradox/dBase reading (no BDE, ODBC etc) - native, direct and fast record loading. Just specify the target MS Jet/ADO connection an ...
Scalabium Software | 700 KB | Win95,Win98,WinNT 3.x,WinNT 4.x,WinME,Windows2000,WindowsXP,Windows2003 | 75 | Downloads: 708
Date added: Sep 27, 2005 |
»
Details
»
SCML LISTVIEW PRINTER
VB6 ActiveX DLL- Print and preview ListView controls with formatting output. ...
SCMLsoftware | 810 KB | Windows | 59 | Downloads: 833
Date added: Sep 27, 2005 |
»
Details
»
VB Builder
Pinpoint errors in your VB programs to the exact linewhere they occur. VB Builder is a VB 5/6 Add-In that creates line numbered versions of your VBprogram so that you can use the VB error line function (erl) in your error handling code.VB Builder also com ...
GridLinx Software | 489 KB | Windows | 29.95 | Downloads: 841
Date added: Sep 27, 2005 |
»
Details
»
ZylBurner.NET
ZylBurner.NET is a CD / DVD burner .NET component. It is based on NeroCmd utility, so it needs Nero Burning ROM to be installed. This component is very easy to use, it`s ideal for developers for quick CD / DVD writing purposes from .NET applications. The ...
Zyl Soft | 77 KB | Win95,Win98,WinME,WinNT 3.x,WinNT 4.x,Windows2000,WinXP,Windows2003 | 24.99 | Downloads: 780
Date added: Feb 12, 2007 |
»
Details
»
TAPIEx ActiveX Control
Telephony development component(ActiveX Control), extensition of Microsoft TAPI2.0,support multi-lines, multi-calls per line, help you build you IVR system in few minutes. It can release you from the drudgery of writing low-level code. It makes adding com ...
HotWind Software | 2208 KB | Win98,WinME,WinNT 4.x,WinXP,Windows2000 | 89.0 | Downloads: 770
Date added: Sep 27, 2005 |
»
Details
»
VS Law Workstation
VS Law Workstation is a powerful coding standards enforcement add-in for Microsoft Visual Basic .NET source code. Integrating tightly with the Microsoft Visual Studio .NET IDE (2002/2003), it allows the detection and correction of coding standards and oth ...
Visible Progress Technologies Limited | 2003 KB | Windows2000,WinXP,Windows2003 | 140 | Downloads: 835
Date added: Sep 27, 2005 |
»
Details
»
GPS ActiveX
Add GPS support to your Visual Basic application or Internet Explorer web page. Works with Garmin, Magellan, Navman or any NMEA 0183 enabled GPS. Support for UTM, SPCS (NAD83/NAD27), British National Grid, Swiss Grid, Irish Grid and many more national coo ...
franson.biz | 115 KB | Windows | 49 | Downloads: 917
Date added: Sep 27, 2005 |
»
Details
»
N-Tier File
Allows VB6 Developers to seamlessly add file transfer capability to their applications. The DLL allows for TCP/IP file transfers for text, picture, and .exe (Binary) files through methods that remove the complexity of WINSOCK programming. Files are transf ...
N-Tier Alchemy | 928 KB | Windows | 9.95 | Downloads: 857
Date added: Sep 27, 2005 |
»
Details
»
OLEPrint
OLEPrint allows users to print, preview and export Enums, Constants, Events, Properties and Methods of ActiveX components. OLEPrint is a very useful application for anyone who develops or uses OLE /ActiveX controls, components and/or uses OLE Type Librari ...
StarPrint Limited | 3547 KB | Win95,Win98,WinME,WinNT 3.x,WinNT 4.x,WinXP,Windows2000 | 39 | Downloads: 776
Date added: Sep 27, 2005 |
»
Details
»
ZylGPSReceiver Mobile
ZylGPSReceiver Mobile is an event driven Compact Framework.NET component that communicates with a GPS receiver. It is designed for mobile devices such as PDAs, which run on Windows Mobile (CE) operating systems. It returns latitude, longitude, altitude, s ...
Zyl Soft | 455 KB | Windows2000,WinXP,Windows2003,Windows CE,Windows Mobile 2003 | 99.99 | Downloads: 771
Date added: Feb 12, 2007 |
»
Details
»
VB Watch
Take cover from run-time errors, test, debug and profile your code. VB Watch is 3 add-in tools in one: Profiler, Debugger, and Protector. Increase the quality, stability and performance of your Visual Basic programs. Measure speed. Add advanced error hand ...
Aivosto Oy | 3428 KB | Windows | 99 | Downloads: 831
Date added: Sep 27, 2005 |
»
Details
»
ActiveSocket Network Communication Toolkit
Toolkit to enhance your applications or scripts with client/server network socket communication, automated telnet sessions, wake up on lan (Wake On Lan, WOL), RSH (remote shell script) capabilities and more. Use this component with ASP, ASP.NET, Visual Ba ...
ActiveXperts Software | 1100 KB | Windows | 30 | Downloads: 968
Date added: Sep 27, 2005 |
»
Details
go to top
Select page:
[
1
]
2
3
4
5
6...
2005
downloads programs
Submit Program
|
Contact us
What Font is
|
fonts
|
free fonts
|
download fonts
|
free fonts download
|
web fonts
|