Re: [python-win32] How to get mails from Exchange Server

2007-12-27 Thread Tim Roberts
Antony Joseph wrote: > > I can read my mails locally from my outlook, > I want to read my mail directly from Exchange server , How can i do that? > Any Help/link will be usefull to me . Depending on how it is configured, your Exchange server might support POP3 or IMAP, just like a Real Mail Serve

[python-win32] How to get mails from Exchange Server

2007-12-27 Thread Antony Joseph
hi all, I can read my mails locally from my outlook, I want to read my mail directly from Exchange server , How can i do that? Any Help/link will be usefull to me . my code import win32com.client session = win32com.client.Dispatch("MAPI.Session") session.Logon() inbox = session.Inbox collmsg =