Re: [python-win32] python-win32 Digest, Vol 57, Issue 22

2007-12-27 Thread Tim Golden
Antony Joseph wrote: > Hi, > > I am try to print all the message in my mailbox . its not working > inbox = session.Inbox > i print the value of inbox its gives > > I think its not getting the inbox ? > > > # > # inbox.py > # test case for access to Exchange; run through the > # hard-coded user

Re: [python-win32] python-win32 Digest, Vol 57, Issue 22

2007-12-24 Thread Antony Joseph
Hi, I am try to print all the message in my mailbox . its not working inbox = session.Inbox i print the value of inbox its gives > I think its not getting the inbox ? # # inbox.py # test case for access to Exchange; run through the # hard-coded user's inbox and list the subjects of each email.