Try using the Office Communicator COM API, referred to here.
About using COM in Python, I recommend using the win32com.client and pythoncom libraries. They are bundled in the ActiveState Python bundle but can be downloaded separately if you don't use AS. More about that here.
Try using the Office Communicator COM API, referred to here.
About using COM in Python, I recommend using the win32com.client and pythoncom libraries. They are bundled in the ActiveState Python bundle but can be downloaded separately if you don't use AS. More about that here.