| |
|
Development
/ Basic, VB, VB DotNet
|
|
|
|
|
|
Outlook Security Manager - 1.5
|
It is a programming tool to disable Outlook security pop-up warnings with a line of code. It supports Visual Basic .NET, C#, C++ MFCL/ATL/.NET, Visual Basic 6, Delphi, VBA, Word MailMerge, etc.
Outlook Security Manager is a one-line programming tool to disable Outlook Security. With Outlook Security Manager you can easily bypass Outlook Security settings and avoid security 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 is trying to access e-mail addresses you have stored in Outlook" or "a program is trying to automatically send e-mail on your behalf".
Unlike similar tools, Outlook Security Manager doesn't transform OOM and CDO calls to Extended MAPI calls and doesn't make development more complicated with its own special objects. It just implements one object with three properties that enable or disable Outlook Security Settings separately for OOM, CDO and SMAPI.
Outlook Security Manager 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
/
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;
|
| Software Requirements: |
|
.NET Framework 1.X; VS.NET 7.X; Delphi 5,6,7,8,2005; Visual Basic 6; VBA; VBScript; C#; C++; VB.NET
|
| This software is designed to run on the following operating systems: |
|
Windows 95, Windows, Windows 98, Windows Me, Windows XP, Windows NT, Windows 2000, Windows 2003
|
| Keywords: |
|
Outlook, Security, Warning, Disable, Settings, .net, C#, Vb, Vcl, Delphi
|
| Download Link: |
|
|
|
|
|
|
|
| Feedback Summary: |
Show All Feedback (0)
|
|
|
|
 |
|
|
|
| Outlook Security Manager related software |
| Title / Version / Description |
Size |
License |
Price |
| Data Fields Manager for Outlook 2.0 | 10.2 MB | Shareware | $89.95 | Add, Capitalize, Find and Replace, Modify, Rename and Clear Outlook standard and user defined fields. The Ultimate Outlook Contact Fields management tool.
"This is a great package for mass modification on an Outlook Contact folder." says Tom Wikman, President of Data Fields Manager Inc.. "In the past, once you got your data into an Outlook User Defined Field, you were stuck with the name of the field forever. However, with this great product... |
|
| Advanced Security for Outlook 1.42 | 1.3 MB | Freeware | | Get rid of the annoying security alerts in Microsoft Outlook 2000, 2002/XP, 2003 and 2007! Advanced Security for Outlook allows you to determine the violator and specify the permanent action for this program (and only this!) : allow access, block access or run the default Outlook handler. In the future, the specified action will be executed automatically and Outlook Security will not annoy you with messages about trying to access e-mail... |
|
| Genie Backup Manager 4.0 | 5.4 MB | Shareware | $49.95 | Genie Backup Manager is a many-in-one powerful backup solution that backs up your important data, emails, programs and settings to virtually any storage device, with spanning, scheduling, compression and security options..
You can protect all your data including files and folders, e-mail data and settings of some of the most commonly used clients (Outlook Express, Microsoft Outlook, Eudora, MSN 8), Windows settings, Registry, Internet... |
|
| Outlook Express Security 2.01 | 611.6 KB | Shareware | $29 | Use Outlook Express Security to control access to Outlook Express and its databases. When it is active, Outlook Express becomes locked and no third-party programs can access its message base files and the address book. As a result, when you try to start Outlook Express, open the address book or access the files, a password will be asked to allow access. If an invalid password is entered, Outlook Express or Address Book will not be opened and... |
|
| Lock My Computer 3.66 | 829.9 KB | Shareware | $49.95 | Lock My Computer is a powerful desktop security solution for personal or publicly accessible computers running the Windows 2000/XP/Server 2003 Operating Systems. It disallows unauthorized changes to various settings of the Windows system, such as Control Panel, Desktop, Local Security Policies, Outlook Express account settings, and many more others. It can disable access to local hard disks, Floppy, CDROM, and removable drives or make them... |
|
|
|
| Other popular software in this category |
| Title / Version / Description |
Size |
License |
Price |
| Code VBA 4.0 | 4.3 MB | Shareware | $199 | With Code-VBA coding tools added to the Visual Basic for Applications editor programmers create better Visual Basic code up to 50% faster. A set of 20 specialized code builders supports the fast creation of most used code. Using the builders reduces the amount of typing and makes the code more consistent. Use it with MS Access, Excel, Word and other VBA supporting applications. Included Code Explorer and Search to find all built-in Visual... |
|
| Spices.Decompiler 5.1.4.4 | 6.1 MB | Shareware | $692.95 | .Net Decompiler that decompiles/disassembles .Net assemblies and build code flow diagrams from MSIL (MS Intermediate Language) binary format to well-formed and optimized source code (6 languages: MSIL, C#, VB.NET, Delphi.Net J# and managed C++). Spices.Decompiler completely integrated into Spices.Net and offers wide range of services to diplay or decompile to files any scope (Assembly, Namespace, Type, Method or selection of these scopes) of... |
|
| Visual Basic Controls (Source Code) 3.0 | 153.0 KB | Freeware | | Visual Basic Source Code that demonstrates how to make VB Controls by using a Picturebox and pure VB Code. Free Visual Basic source code control example for creating a Command button. All of the VB Source Code is compatible with VB3, VB4, VB5 and VB6. The source code draws the control directly onto a Picturebox and can be compiled into any VB program without any additional file requirements. |
|
| StockChartX 5.8 | 10.0 MB | Freeware | | For .NET, VB6, C++ and other languages: StockChartX features new charting types: 3D Candlesticks, Renko, Kagi, Three Line Break, Point & Figure, Candlevolume, Equivolume, Shaded Equivolume, Darvas Boxes,Technical Analysis and more! Now developers can leverage their knowledge and existing code to easily integrate our lightweight COM-based ActiveX stock chart control. Developing with StockChartX using VB, VB.Net, C#, Excel, VC++, and Delphi, is... |
|
| Schematic Symbol Wizard 1.0.2.3 | 664.1 KB | Shareware | $985 | Library Parts Wizards Schematic Symbol Generator PADs Logic DX Designer
As simple as 1-2-3
1.Import a preformatted file, containing the part information.
2.Export the symbol to your tool format, Power Logic or DX Defigne.
3.Open the schematic application and import the symbol.
Schematic Symbol Wizard Schematic Symbol Generator PADs Logic DX Designer
Schematic Symbol Wizard Schematic Symbol Generator PADs Logic DX Designer |
|
|
|
|
| |