Is it possible to have access to MS Outlook contacts through PHP Code?
Asked
Active
Viewed 1,651 times
1
-
Are you on about parsing a .PST file? – benhowdle89 Nov 29 '10 at 13:57
-
Are the Outlook installation and the PHP script running on the same machine? Is it just a standalone Outlook, or are the contacts part of an Exchange/Active Directory/LDAP server? – deceze Nov 29 '10 at 13:59
1 Answers
1
Assuming you're looking for the harder case (accessing an existing Exchange server), here's a blog post from someone who claims to have done it: http://andrewparisio.blogspot.com/2010/11/asterisk-php-and-exchange-web-services.html
I found this link on a previous SO thread, and the discussion there may be helpful to you as well.