I want to use ms office communicator client apis, and i wan to use those in python is it possible to do ?
>>> import win32com.client >>> msg = win32com.client.Dispatch('Communicator.UIAutomation') >>> msg.InstantMessage('user@domain.com')