Search code examples
phpexchange-server-2013

Accessing Exchange server 2013 with PHP


I need to download attachements from an email account on a MS Exchange server 2013.

I found this PHP Exchange Web Services howver before starting to fiddle with it, I would like to know if someone succesfully had made it work with the 2013 version of Exchange (On GitHub it says it's for 2007 and 2010)


Solution

  • I can confirm that PHP Exchange Web Services works well with MS Exchange server 2013 without doing any changes to the classes at all. I'm able for example to list emails, download attachments, move emails to other folders.