2

I want to fetch the settings information for an user. The needed command is documented here: ActiveSync Command Reference Protocol Specification I assume I have to use win32com.client.Dispatch("Something") to get an ActiveSync connection to my Exchange server which I can use to issue the mentioned 'Settings' command.

Seems like there is no library available: Python Exchange ActiveSync Library

Community
  • 1
  • 1
Glaslos
  • 2,872
  • 1
  • 21
  • 31
  • You could try and utilize powershell from your python program, but this is not ideal. I too am interested in connecting to an EAS server from python, as a module of some sort. – scape Nov 12 '12 at 18:56

0 Answers0