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;
In an effort to protect users from potential email problems like viruses, malicious scripts, etc., Microsoft blocked 43 file types from being opened or executed beginning with Outlook 2002. With the release of Outlook 2007 that number rose to 84.
A collection of utilities for use with Microsoft Outlook. Send .multiple individual e-mails. Save space by stripping large attachments from messages. Remove duplicates. Tidy up Contacts. Monitor you web-sites. Delete spam. Open multiple web sites...
Providing Text Messaging (SMS) capabilities for Microsoft Outlook. Utilise existing contacts, distribution lists, public folders and Windows address books. Simultaneously broadcast SMS messages to multiple recipients. Send vCard and vCalendar.
Duplicate files manager help you find out and clean duplicate files,expand disk space and optimize disk. You could find files with same content , same file name or same size . And compare two folders,find out same files between these two groups ...
Quixotix Control Manager, or QCM, is a utility designed to manage ActiveX controls installed on your system. QCM gives shell access to registering and unregistering controls through a right-click menu in windows explorer. QCM allows you to browse...
... not any more with Orbisoft's new, top-rated Task Manager 2003™ software easily managing and tracking all tasks, projects and jobs you or your team are working on. Task Manager 2003 helps you not to forget, giving you an instant snapshot of wo...
Recognize Code 39 Code 128 PDF417 DataMatrix and more from images in .NET VB C++ Delphi. ClearImage COM is for applications requiring high accuracy and speed, and read poor quality scanned or faxed images. Automatfic batch image repair
Use our COM component to manage your local or remote tasks from VB, WSH, C++, ASP. All you need is one dll file DrTS.dll and Task Scheduler Component from Microsoft (included in IE4)...
Word OCX is a powerful ActiveX Control with over one hundred useful functions to
send data from Visual Basic to a Word document, spell check Visual Basic objects and
database tables, create labels in Word, create HTML documents and much more!