Antony Joseph wrote: > Hi, > > I can access and read mails from Ms Outlook > --- outlook = win32com.client.Dispatch("Outlook.Application") > ............................... > can any one tell me , How can access and read mails from Outlook Express > --- outlook Express=win32com.client.Dispatch(............... > > 1.Did the Dispatch method returns a same object for the both? > > > > Thanks > Antony
I'm sure I answered this question about a month ago. Or are you hoping that someone who knows more than I do will have joined the list in the interim? (Quite possible, of course!) I don't believe that Outlook Express exposes an IDispatch interface. I think that you have to manipulate the mailbox directly. (Search for "DBX") TJG _______________________________________________ python-win32 mailing list python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32