pythonapioffice-communicator

How can we use ms office communicator client exposed APIs in python, is that possible?


I want to use ms office communicator client apis, and i wan to use those in python is it possible to do ?


Solution

  • >>> import win32com.client
    >>> msg = win32com.client.Dispatch('Communicator.UIAutomation')
    >>> msg.InstantMessage('user@domain.com')