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