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?