[python-win32] Problem in accessing the Sender and Receiver addresses of an outlook mail

2008-12-03 Thread venu madhav
Hi all, I am trying to use python for extracting contents of an outlook email. For extracting the list of Recipients addresses I tried using the "MAPI.message.Recipients.Address" property, but the problem I am facing is that it is giving the complete DN name which is putting me in further com

Re: [python-win32] Problem in accessing the Sender and Receiver addresses of an outlook mail

2008-12-03 Thread Tim Roberts
venu madhav wrote: > > I am trying to use python for extracting contents of an > outlook email. For extracting the list of Recipients addresses I tried > using > the "MAPI.message.Recipients.Address" property, but the problem I > am facing is that it is giving the complete DN name which is pu

Re: [python-win32] Does Python need a native Windows GUI toolkit?

2008-12-03 Thread Stef Mientki
Werner F. Bruhin wrote: Thomas Heller wrote: Does Python need a native, pure Python, Windows GUI toolkit, one that uses win32 api calls directly to use native windows controls? Or would that development be a waste of resources, in these days of of Python.NET, Windows forms, IronPython, (and la

Re: [python-win32] Problem in accessing the Sender and Receiver addresses of an outlook mail

2008-12-03 Thread venu madhav
On Wed, Dec 3, 2008 at 11:30 PM, Tim Roberts <[EMAIL PROTECTED]> wrote: > venu madhav wrote: > > > > I am trying to use python for extracting contents of an > > outlook email. For extracting the list of Recipients addresses I tried > > using > > the "MAPI.message.Recipients.Address" property

Re: [python-win32] Does Python need a native Windows GUI toolkit?

2008-12-03 Thread Thomas Heller
Thomas Heller schrieb: > Does Python need a native, pure Python, Windows GUI toolkit, one that uses > win32 api calls directly to use native windows controls? Ok, the answer to this question, for the 'community', is a clear No! Understood, Thomas ___

Re: [python-win32] Does Python need a native Windows GUI toolkit?

2008-12-03 Thread Thomas Heller
Greg Ewing schrieb: > Thomas Heller wrote: >> Does Python need a native, pure Python, Windows GUI toolkit, one that uses >> win32 api calls directly to use native windows controls? > > I believe so. One of the long-term goals for PyGUI is to > give it a native Windows backend. I share your dislike