Download Outlook Security Manager 1.5
If your download does not start automatically
within 5 seconds, choose a mirror below:
Outlook Security Manager 1.5 Mirror 1
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 http://www.add-in-express.com/outlook-security/
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;
|
Category Related Download
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.
WLock-Licensing Source Code for VB6 1.0.3
WLock 1.0.3 is Complete Source Code for Licensing Visual Basic 6.0 Projects. The Source Code is offered so that the same can be tightly integrated into your VB6.0 Applications.
ErezPP1LTR Print Preview ActiveX Control for VB6 1.4.1
ErezPP1LTR OCX is a FREEWARE Print Preview ActiveX Control, Left To Right direction, for Visual Basic 6. It gives developers an easy tool to make print and preview of their softwares.
Multilingual VB6 Setup program with skin 2.1
You can change your default VB6 setup program with this inproved setup program.
It has a skin and it is multilingual (English, Spanish, French, Italian, German and Portuguese). The language is automatically swithched according to the user language.
Visual Basic Controls (Source Code) 3.0
Visual Basic Source Code that demonstrates how to make VB Controls by using a Picturebox and pure VB Code. Free source code for making Command Buttons and additional source code for making other controls is available. Visual Basic Source Code
Log4Net Dashboard 1.2
L4NDash extends the benefits of using the Log4Net logging framework. Developers and system administrators will benefit from a centralized overview of the log and the easy way to analyze and filter the log
ShapedForm 1.0.0
Create irregular shaped forms easily based on the forms picture property.
VBRSGen 1.0.0
VB 6.0 Add-In creates ADO or DAO recordset and SQL code from any Access database table or query, has a "Where" clause builder tool and a results preview grid
Microsoft Reporting Services PDF 1.1
Likeoffice dll is written for developers of .Net or VB6 who work with Microsoft SQL Server Reporting Services 2005. The dll file allows you to export any report to pdf format.
COMM-DRV/Lib.Net Professional Edition 20.00
Professional serial communication component / library for C#, VB.Net, managed C/C++, and any other .Net application running under Windows. Includes Zmodem, Xmodem, & Ymodem file transfer protocols.
|
|