| |
| Outlook Security Manager 1.5 : |
 |
|
|
|
|
Outlook Security Manager 1.5 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; |
|
|
|
|
|
|
|
| New programs from this category |
TrueDiskID 1.0
Get true disk id, model, serial number easily.
License: Shareware, 99.00$ to buy Size: 28 KB |
ThoughtScape Designer 2.1
DB-independent Database Designer, Data Migration, and .Net Code Generator
License: Commercial, 449.00$ to buy Size: 8647 KB |
Basic Bookkeeping 6.8.73
Unlike double entry systems, BBKs single entry method is intuitive.
License: Shareware, 49.00$ to buy Size: 3072 KB |
Conv For Bas 3
A tool to convert Fortran programs in VB Modules
License: Shareware, 136.00$ to buy Size: 371 KB |
VB Net Maker 2 2
A Generator to browse a Data Base and build VB Net Modules for VS2005!
License: Shareware, 136.00$ to buy Size: 292 KB |
Email Factory for .NET 2.1.4
Email components for .NET
License: Shareware, 299.00$ to buy Size: 939 KB |
| |
|
|
| |
| Top downloads from this category |
VB Source Code Controls 2.0
Visual Basic Source Code. Free example plus Calendar, Clock, Scheduler, Slider.
License: Freeware, 0.00$ to buy Size: 153 KB |
Menu Creator 0.5.0
Menu Creator & MenuExtended (+MenuDesigner) create dream VB Menu! No code! FREE!
License: Freeware, 0.00$ to buy Size: 2582 KB |
vbSkinner Free 2.0
You can change the look of your application easily adding this control
License: Freeware, 0.00$ to buy Size: 1129 KB |
VBto Converter 1.5
Convert VB forms to source files VBNET, C#.NET, MS VC++, Borland Builder, Delphi
License: Shareware, 79.95$ to buy Size: 1369 KB |
Instant C# (version 1.31)
Instant C# Standard Edition converts entire VB.NET projects or code snippets to elegant C#.
License: Demo, 0.00$ to buy Size: 132 KB |
VBdocman 2.23
VBdocman - Visual Basic Documentation Generator
License: Shareware, 58.00$ to buy Size: 1541 KB |
|
|
|
Submit Program
| Privacy Policy |
Contact Webmaster
|
|