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
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
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
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
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
___
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