
Outlook Security Manager software
have been tested by alienpicks.com team against viruses,
spyware, adware and was founded to be 100% clean.
We will recheck this software periodically to assure users that it remain clean.
|
Outlook Security Manager 1.3 Antivirus Report
Archive: osm.zip
inflating: osm.pdf
Scanning osm.pdf
osm.pdf: OK
Scanning osm.zip
osm.zip: OK
----------- SCAN SUMMARY -----------
Scanned directories: 1
Scanned files: 2
Infected files: 0
Data scanned: 0.21 MB
Time: 1.466 sec (0 m 1 s)
|
|
|
|
Get The Code for Outlook Security Manager 1.3 Antivirus Report:
|
|
|
|
You are welcome to display a text or a graphic link on your website and link-it
to this antivirus report page. Below are the codes: |
|
|
Graphic link:
|
Example:
|
|
Text link:
|
Example:
Outlook Security Manager Antivirus report
|
|
|
|
|
Outlook Security Manager 1.3 Description:
It is a one-line programming tool for controlling Outlook Security. With Outlook Security Manager you can disable Outlook Security settings and avoid security warnings with just one line of code!
Unlike similar tools, Outlook Security Manager doesn't transform OOM and CDO calls to Extended MAPI calls and doesn't make development more complicated by its own special objects. It just implements one object with three properties that enable or disable Outlook Security Settings for OOM, CDO and SMAPI. These properties are DisableOOMWarnings, DisableCDOWarnings and DisableSMAPIWarnings. Before calling a protected object you just disable Outlook Security via the corresponding property, and then you turn it on again.
It supports the .NET, VCL and ActiveX platforms (Visual Basic .NET, C#, C++ MFCL/ATL/.NET, Visual Basic 6, Delphi, VBA). It also supports all Outlook versions and service packs including Outlook 2000, Outlook 2002 (XP) and Outlook 2003.
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;
|
Download link:  |