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
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 set to Nothing. VB w

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
Do you by chance still have a reference to the MAPI namespace open or maybe some folder or item you referenced during execution? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Bill Burns Sent: Friday, May 12, 2006 7:33 AM To: Mark Hammond Cc: python-win32@py

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