Thread: Outlook Add-in
View Single Post
  #4  
Old October 4th 07, 07:26 PM posted to microsoft.public.outlook.program_addins
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default Outlook Add-in

What do you mean it isn't released? Is it still there if Outlook is started
without your code running?

If so that means you didn't set Temporary := True when you created the
button, that Outlook didn't close properly or that you didn't delete the
button as a belt and suspenders safety precaution when the relevant Explorer
or Inspector was closed. Or a combination of all three.

I always create my UI using the Temporary argument and also delete the UI
when the container closes. That way you are never left with relic UI stored
in the outcmd.dat file.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm


"Marius" wrote in message
...
Hey,

Thank you.

Do you have any ideas, why the Button in Outlook after this Function not
released?

Thanks,

Sincerely,
Marius


Ads