1

I need to retrieve using php all the accounts informations (like name - email - group..), managed by a specific microsoft exchange server for use into my application.

Which is the best way to perform this job?

Mirco

hakre
  • 193,403
  • 52
  • 435
  • 836
Mirco
  • 189
  • 2
  • 10
  • 1
    Potential duplicate of [this](http://stackoverflow.com/questions/588/best-way-to-access-exchange-using-php) post? – Tim May 17 '11 at 19:06

1 Answers1

2

I believe the new version of Exchange Server has a web services interface that you could access to retrieve information.

http://msdn.microsoft.com/en-us/library/bb204119(v=exchg.140).aspx

maple_shaft
  • 10,435
  • 6
  • 46
  • 74