I'm working with a client that has Active Directory, exchange 2003, and ASP web - access client side applications to handle several critical office functions. I've replaced the ASP app with a php web app that authenticates through Active Directory. Not my major task is migrating the microsoft access ( where word documents are created on the fly, and outlook sessions are started to drop names that are resolved by exchange) to a web application in a LAMP environment. I've setup 2 servers one linux, and another windows with the COM extension active. If possible I need to keep as much functionality from original application as possible.
I could probably use the PEAR Mail package to handle email messages , but then I would have to would have to abstract the email addresses through ldap calls to active directory. It would just be twice as much work, but I can alter an active directory class I wrote to potentially handle it.
I know I can handle the auto creation of word documents from rtf templates, but I've been searching for others doing COM interaction with Outlook and it's scarce.
Do you know anything about PHP5 and Outlook Com objects?