Outlook Security Manager 1.5
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;
|
Related Tags
Related Downloads
TopWindow.bas 1.00.05TopWindow.bas contains two subs: |
MP3 Tags ActiveX (OCX) 1.0MP3 Tags ActiveX 1.0 is an OCX control for software developers and for software authors that can read, write, erase and edit the ID3 tags of MP3... |
MP3 Player ActiveX (OCX) 1.0MP3 Player ActiveX 1.0 is an OCX control for software developers to play MP3 audio files and many other audio formats directly from an application.... |
VB TreeView ActiveX (OCX) 1.0VB TreeView ActiveX 1.0 is an advanced and ready to use ActiveX control for visual basic developers. Add, remove and edit items to this tree view,... |
VB.Net to C Converter 2.09VBConversions VB.Net to C# Converter is a state of the art conversion program which rewrites your VB.Net project in C#. Variable names, comments,... |
ZylBurner.NET 1.12ZylBurner.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... |
FlyGrid.Net 1.4.0.7Great things indeed come in small packages. FlyGrid.Net is a fast, lightweight and highly customizable .Net DataGrid/Tree control which completely... |
FastReport Studio 4 3.21bFastReport® Studio for business contains powerful standalone visual report designer, scheduler of reports building, saving and distribution. Also... |













