Re: [python-win32] Outlook Addin Help

2006-05-16 Thread Bill Burns
>>I think the problem is with the ActiveExplorer object(s). When I get >>them "released" or set to None, then Outlook is happy to shutdown >>immediately (even when *other* interfaces are still referenced). If the >>ActiveExplorer object(s) are still referenced, then Outlook stays in >>memory (appar

Re: [python-win32] Outlook Addin Help

2006-05-16 Thread Mark Hammond
> I think the problem is with the ActiveExplorer object(s). When I get > them "released" or set to None, then Outlook is happy to shutdown > immediately (even when *other* interfaces are still referenced). If the > ActiveExplorer object(s) are still referenced, then Outlook stays in > memory (appar

Re: [python-win32] Outlook Addin Help

2006-05-12 Thread Bill Burns
Bobby wrote: > I honestly can't remember if folder references in VB were required to be > released, or should I say Microsoft "suggested" it. It's thankfully been way > TOO LONG since I last touched VB and Outlook to remember, but I definitely > remember the MAPI namespace references had to be

Re: [python-win32] Outlook Addin Help

2006-05-12 Thread Metz, Bobby W, WWCS
to:[EMAIL PROTECTED] Sent: Friday, May 12, 2006 9:34 AM To: Metz, Bobby W, WWCS Cc: Mark Hammond; python-win32@python.org Subject: Re: [python-win32] Outlook Addin Help [Bobby] > Do you by chance still have a reference to the MAPI namespace open or > maybe some folder or item you referenced

Re: [python-win32] Outlook Addin Help

2006-05-12 Thread Bill Burns
[Bobby] > Do you by chance still have a reference to the MAPI namespace open or > maybe some folder or item you referenced during execution? Maybe, I'm still getting the hang of this Windows programming thing :-) I do have references to -> the CurrentFolder, Sent Mail Folder and SentMail Items a

Re: [python-win32] Outlook Addin Help

2006-05-12 Thread Metz, Bobby W, WWCS
@python.org Subject: Re: [python-win32] Outlook Addin Help >>Object with win32trace dispatcher created (object=None) >>Gateway Count: 2 >>Interface Count: 4 >> >>Is there something I should try to get the Interface Count down to zero? > > > In Spambayes

Re: [python-win32] Outlook Addin Help

2006-05-12 Thread Bill Burns
>>Object with win32trace dispatcher created (object=None) >>Gateway Count: 2 >>Interface Count: 4 >> >>Is there something I should try to get the Interface Count down to zero? > > > In Spambayes, I previously tried everything I could think of to locate them. > I guess additional analysis is nec

Re: [python-win32] Outlook Addin Help

2006-05-11 Thread Mark Hammond
> Object with win32trace dispatcher created (object=None) > Gateway Count: 2 > Interface Count: 4 > > Is there something I should try to get the Interface Count down to zero? In Spambayes, I previously tried everything I could think of to locate them. I guess additional analysis is necessary to

Re: [python-win32] Outlook Addin Help

2006-05-11 Thread billburns
[Bill] I've created an addin derived from the example in the ..\win32com\demos directory (outlookAddin.py). I've also taken a look at the source code for the SpamBayes addin. The addin works, but I get an error from Outlook when I close Outlook and then *immediately* try and restart it. The error

Re: [python-win32] Outlook Addin Help

2006-05-11 Thread billburns
[Bill] I've created an addin derived from the example in the ..\win32com\demos directory (outlookAddin.py). I've also taken a look at the source code for the SpamBayes addin. The addin works, but I get an error from Outlook when I close Outlook and then *immediately* try and restart it. The error

Re: [python-win32] Outlook Addin Help

2006-05-11 Thread Mark Hammond
> I've created an addin derived from the example in the ..\win32com\demos > directory (outlookAddin.py). I've also taken a look at the source code > for the SpamBayes addin. > > The addin works, but I get an error from Outlook when I close Outlook > and then *immediately* try and restart it. The er

[python-win32] Outlook Addin Help

2006-05-10 Thread Bill Burns
Hello, I've created an addin derived from the example in the ..\win32com\demos directory (outlookAddin.py). I've also taken a look at the source code for the SpamBayes addin. The addin works, but I get an error from Outlook when I close Outlook and then *immediately* try and restart it. The error