05.01.06

Python and COM

Posted in Python at 12:40 am by Tyler Reguly

So I've ventured into Python and COM, using PythonWIN and win32com.client. So far it's been fairly basic stuff... I've been manipulating outlook and dumping emails in plain-text into a file... I thought that I'd like to share the script for this... so here it is... fairly basic... let me know what you think and what I can add... If anyone is interested in any of my Python scripts and would like me to write up explanations, don't hesitate to ask..

Download dumpInbox.py

Peace,
HT