Re: [Tutor] Python Examples of processing MS Outlook

2010-04-21 Thread Emile van Sebille
On 4/16/2010 2:13 AM Peter Meagher said... Does anyone have references to simple MS Outlook 2007 processing code that I could vulture for my purposes? (The code that I adapted was from an old Office 2000 vba text, so the version 2007 may not be that essential to my purposes) You may what to di

Re: [Tutor] Python Examples of processing MS Outlook

2010-04-20 Thread Hansen, Mike
> -Original Message- > From: tutor-bounces+mike.hansen=atmel@python.org > [mailto:tutor-bounces+mike.hansen=atmel@python.org] On > Behalf Of Peter Meagher > Sent: Friday, April 16, 2010 3:13 AM > To: tutor@python.org > Subject: [Tutor] Python Examples of

[Tutor] Python Examples of processing MS Outlook

2010-04-16 Thread Peter Meagher
Greetings, I'm doing a lot of email processing at the moment. I put together some basic code from within Outlook to open my default inbox, filter email records based on text in the Subject field, then parse the body, finally send the output to a text file. This is simple stuff but very useful