Re: [python-win32] How to access the Outlook Express

2008-01-24 Thread Michel Claveau
Hi! > What do you need to do to it? If you're simply remote controlling it > (triggering commands), you might look into PostMessage. It's Antony Joseph who needs something (he sent the first message). if not, with MAPI, we can (also) obtain the list of the messages received in the past, to remo

Re: [python-win32] How to access the Outlook Express

2008-01-24 Thread Alec Bennett
What do you need to do to it? If you're simply remote controlling it (triggering commands), you might look into PostMessage. --- Tim Roberts <[EMAIL PROTECTED]> wrote: > Michel Claveau wrote: > > > >> I don't believe that Outlook Express exposes an > IDispatch interface. I > >> think that

Re: [python-win32] How to access the Outlook Express

2008-01-24 Thread Tim Roberts
Michel Claveau wrote: > >> I don't believe that Outlook Express exposes an IDispatch interface. I >> think that you have to manipulate the mailbox directly. (Search for "DBX") >> > > +1 (or, I confirm) > > But, if Outlook-Express is the default messagerie software, there are few > possib

Re: [python-win32] How to access the Outlook Express

2008-01-24 Thread Michel Claveau
Hi! > I don't believe that Outlook Express exposes an IDispatch interface. I > think that you have to manipulate the mailbox directly. (Search for "DBX") +1 (or, I confirm) But, if Outlook-Express is the default messagerie software, there are few possibilities, by use MAPI interface (I believ

Re: [python-win32] How to access the Outlook Express

2008-01-24 Thread Tim Golden
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 Exp

[python-win32] How to access the Outlook Express

2008-01-24 Thread Antony Joseph
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(.