3
votes

With Exchange 2007 and Exchange 2010, Microsoft has introduced Exchange Web Services. This allows to perform many operations on the Exchange server using SOAP.

Example SOAP Message to Send Email

Python has great SOAP libraries. I am assuming I can simply use these libraries to perform operations on the Exchange server correct?

Anybody has done this before?

1

1 Answers

0
votes

i would use suds for this. download and documentation: https://fedorahosted.org/suds/ you will have to modify the wsdl file a little bit.

tutorial for php is located here: http://www.howtoforge.com/talking-soap-with-exchange just use search form here or google :)