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

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 possibilities, by

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 you have

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