
Outlook Security Manager
By Afalina Co., Ltd.
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;

AutoBAUP - Auto File Backup software
By AutoBAUP
Automatic file backup utility run as windows service, online backup any type of files and folders to local hard disk,USB disk,network and other storage device. Intuitive interface make it easy to use, simply tell it which files to backup, where and when to copy them, then it works reliably in the background and uses very little system resources. AutoBAUP can be directed only copy the new or modified file, it monitors the source files and automatically copies the new or changed files to the destination. AutoBAUP can archive multiple versions backed up copies for different time (such as Backup_1 for Monday, Backup_2 for Tuesday). Automatic scheduling includes specific days of the week, days of the month, hours of the day, or any desired time intervals. E-mail notification let you know the backup status anytime and anywhere.

Camera Plus
By Honest Technology
Camera Plus offers an integrated suite of 8 MPEG video applications to PC Camera owners. Launched from an integrated shell, Camera Plus brings video mail, video surveillance, web casting, the ability to record video and photo, video editing, photo editing or capture and send e-mail alerts taped by your camera to remote sites and more.

Notification Mail
By KVT Software
This program can send E-mail notification message from a file. It''s a simple way to control remote processes posting a messages to specified recipient. If you run a long process and want to know result of the process or a program then all you need is to launch SMTPMSG.EXE and pass as a parameter file name where proper notification message is placed. Using "Notifycation Mail administrator" you can simply create various messages and then pass one of them to SMTPMSG.EXE. So if you have a possibility to read your E-mail messages you can know results of your process everywhere you are. You don''t need to have special E-mail client at the remote computer, all it needs is to have an access to SMTP server which will send the message for you.

psSendMail
By Prestwood Software
psSendMail? is a Windows? DLL that provides the ability to send e-mail messages. The purpose of this DLL is to make e-mail capability possible for those development environments that are capable of communicating with a DLL but cannot send e-mail directly. There are two interfaces to the DLL. The first interface, or Standard Interface, does not limit the length of the strings passed into each of the functions. This allows the calling program to add as many addresses as desired in the To, CC, and BCC fields. It also allows for unlimited length in the subject and the body of the e-mail. The downside, however, to this interface is that the calling program must make a call to each step in the process and must utilize PChars (Pointer to array of character, null terminated). The second interface, or Quick Send Interface, is a wrapper function that internal makes a call to each of the appropriate functions from the first interface. The downside to this interface is that you cannot supply CC or BCC addresses and the To, Subject, and Message Body are each limited to 255 characters, but they are passed as standard strings.

SMTP Wizard ActiveX
By Seekford Solutions, inc
SMTP Wizard +SSL v3 allows you to be able to send E-mail by accessing an SMTP server with minimal knowledge of how SMTP works and very little code. There are many features for simplifying tasks of accessing and utilizing an SMTP server and sending e- mail. The control talks directly with the SMTP servers and completely bypasses MAPI and any of the problems that MAPI has.(i.e. Security dialogs and other nuisances) SMTP Wizard +SSL v3 allows you to: Be used in a scriptable language such as VBScript Use Secure Password Authentication for logins Utilize the features of ESMTP Get the server abilities Send very large messages Verify that each recipient is valid, otherwise choose whether to proceed Use every command that SMTP protocol supports. Comes with SMTPMessage object which makes creating an RFC 822 compliant message incredibly easy Custom headers and values Multiple TO , CC and BCC recipients Add file attachments Communicate over secure channels when talking to a SSL enabled server Send HTML and regular plain-text messages Send the messages Asynchronously freeing your application to do other work No User Interaction Required NEW - Now supports SOCKSv4 and SOCKSv5 Plus more Simple Mail Transport Protocol Wizard lets you send mail with ease. The SMTPMessage object gives you quick access to building a message, adding files to it, and sending it through a mail server. Your project can easily send out email notifications, error reports, customer responses, and a whole lot more. This control works with any ActiveX container and even works in ActiveX scriptable languages such as VBScript.


