***
This is a PHP version of the ASP script by the same name
This script ONLY runs on windows (it uses MailEnable COM objects)
(IIS 5.0 & Apache 1.3.29 & Apache 2.0.49 tested)
(PHP5 & PHP4 tested)
***
Warning: This does not function EXACTLY like the asp version!
There are 2 files in this PHP version - one file is a class - 
the other, a PHP script which calls the class.
This provides for the greatest amount of flexability.
***

AddMailBox.php Example Page

This page is an example PHP page that adds a mailbox. This
should not be used in a publically accessible server, since
it has security issues. Since the objects called need write
permissions to add the mailbox, the identity of the web site
needs write permissions to the Mail Enable\Config directory.