View Single Post
  #1  
Old April 16th 07, 04:31 PM posted to microsoft.public.outlook.program_addins
dentaku
external usenet poster
 
Posts: 2
Default After each initialisation, a new draft EMail is generated.

I have the strange effect that a new (empty) email draft message is
generated each time I start my Outlook 2003. I debugged my COM Add-In
and noticed that it is generated after the Add-In is initialised and
after the call of AddinInstance_OnStartupComplete(). There is no
custom code that generates such a message. Is this a known bug or how
can I find the place that causes this email draft?

Ads