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