|
|
|
Outlook Security Manager v.1.3
by Afalina Co., Ltd.
|
Summary: 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.
Commercial
$120
Status: Fully Functional
Sources On Request
|
Detailed Description
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;
Update Description
FIXED: Registration fails on Windows NT 4.0 SP3. FIXED: The DisableOOMWarnings property doesn't work inside Outlook.Application events trapped by a standalone application. ADDED: Now Outlook Security Manager is thread-safe. ADDED: Support of some new CDO versions.
Other Titles by this Publisher
Toolbar Controls .NET for Microsoft Office v.1.0
It allows developers to embed any .NET controls into MS Office toolbars at design-time. You can create feature-rich toolbars of Outlook, Excel, Word, PowerPoint. Supports VB.NET, C#, C++ .NET, J# in Visual Studio 2003 and Visual Studio 2005.
AfalinaSoft XL Report.NET v.4.5
Add-in Express 2007 for VSTO v.2007.3.4
Easily develop professional extensions for Microsoft Office. Build Office add-ins with minimal coding and debugging, customize Office 2007 Ribbon UI and Office 2003 toolbars with special visual designers in your VSTO 2005 (SE) projects.
Add-in Express 2007 for .NET v.2007.3.4
Visual component set to program deployable, updatable, secure, isolated, version-neutral feature-rich plug-ins for Microsoft Office 2007 - 2000. Develop COM add-ins, smart tags, RTD servers, Excel UDFs in C#, VB.NET, C++, J#, Delphi for .NET.
Comments
There are no Comments for this Product
Leave a comment
Please comment only the product here. If you have technical problems or suggestions on our web site, please use contact form.
|