Re: Python MAPI

2007-08-10 Thread kyosohma
alls > and the paths they manipulate vary wildly. Oh well, I'll be off the > clock in about 15 minutes so it can wait until Monday. > > Thanks for your help. I'll post if I figure out anything...hopefully > you'll do the same. > > --- > > Sorry for not replyin

Re: Python MAPI

2007-08-10 Thread vasudevram
wait until Monday. Thanks for your help. I'll post if I figure out anything...hopefully you'll do the same. --- Sorry for not replying earlier ... I searched this list for the topic (Python MAPI) a few times but couldn't find it - not sure why - maybe Google Groups's indexing gets

Re: Python MAPI

2007-07-23 Thread kyosohma
On Jul 22, 3:00 pm, [EMAIL PROTECTED] wrote: > > Well, I ran Process Monitor with some filters enabled to only watch > > Thunderbird and MS Word. Unfortunately, that didn't give me any of the > > registry edits, so I disabled my filters and ran it without. Now I > > have a log file with 28,000 entr

Re: Python MAPI

2007-07-22 Thread memracom
> Well, I ran Process Monitor with some filters enabled to only watch > Thunderbird and MS Word. Unfortunately, that didn't give me any of the > registry edits, so I disabled my filters and ran it without. Now I > have a log file with 28,000 entries. It's amazing to see all the stuff > that happens

Re: Python MAPI

2007-07-20 Thread kyosohma
> > If Process Monitor has an option to save its output as text files / > CSV files (some of the other SysInternals tools do), you might want to > try using (a Windows version) of grep or awk to filter out the > noise .. > > Vasudev Well, I ran Process Monitor with some filters enabled to only wa

Re: Python MAPI

2007-07-20 Thread vasudevram
On Jul 21, 12:28 am, [EMAIL PROTECTED] wrote: > On Jul 20, 1:48 pm, vasudevram <[EMAIL PROTECTED]> wrote: > > > > > > > On Jul 20, 10:57 pm, [EMAIL PROTECTED] wrote: > > > > Hi, > > > > I've been googling all over and can't find any good answers about this > > > problem. I would like to create some

Re: Python MAPI

2007-07-20 Thread kyosohma
On Jul 20, 1:48 pm, vasudevram <[EMAIL PROTECTED]> wrote: > On Jul 20, 10:57 pm, [EMAIL PROTECTED] wrote: > > > > > Hi, > > > I've been googling all over and can't find any good answers about this > > problem. I would like to create some kind of MAPI interface with > > Python such that when I open

Re: Python MAPI

2007-07-20 Thread vasudevram
On Jul 20, 10:57 pm, [EMAIL PROTECTED] wrote: > Hi, > > I've been googling all over and can't find any good answers about this > problem. I would like to create some kind of MAPI interface with > Python such that when I open Microsoft Word (or another Office > program) and click File, Send To, Mail

Python MAPI

2007-07-20 Thread kyosohma
Hi, I've been googling all over and can't find any good answers about this problem. I would like to create some kind of MAPI interface with Python such that when I open Microsoft Word (or another Office program) and click File, Send To, Mail Recipient it opens a program I wrote in Python and uses