[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

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 putting

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

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 ___