Re: [python-win32] List of keys and values

2014-02-19 Thread Tim Golden
On 18/02/2014 18:59, Aaron Reabow wrote: > Hi Guys, > > This should be dead simple. > > I am just trying to find a list of all of the key value pairs held for > each message. > > > These are the ones that I have found so far: > > * subject > * SenderName > * Recipients > * TaskDueDate

[python-win32] List of keys and values

2014-02-18 Thread Aaron Reabow
Hi Guys, This should be dead simple. I am just trying to find a list of all of the key value pairs held for each message. These are the ones that I have found so far: - subject - SenderName - Recipients - TaskDueDate I am using this simple code snippet import win32com.client out