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