[python-win32] get outlook to/from fields

2007-08-17 Thread Radu Ciora
Hi everyone, I have an application which monitors the user input and environment. I was wondering if it can get the the to/from fields from an opened email in outlook/outlook express. I don't have a handle to Outlook as I don't start the application from inside python. Is it possible to get one?

[python-win32] get active process list crashes

2007-08-17 Thread Radu Ciora
Hi all, when I try to call GetObject('winmgmts:') when an input event happens, I get the following exception: File "D:\DAProject\Workspace\context\inputhook\RDFIO.py", line 67, in wordInfo self.GetActiveProcess() File "D:\DAProject\Workspace\context\inputhook\RDFIO.py", line 71, in Ge

Re: [python-win32] get outlook to/from fields

2007-08-17 Thread Kelie
Radu Ciora yahoo.com> writes: > Hi everyone,I have an application which monitors the user input and environment.I was wondering if it can get the the to/from fields from an opened email in outlook/outlook express.I don't have a handle to Outlook as I don't start the application from inside python.