G
Guest
I am creating Outlook (and Word) addin. I have problem with issue when my
command bar remains in Outlook after addin uninstallation.
In Word, I solved it by setting CustomizationContext and it works great. In
Outlook I set temporary flag to true (Ken Slovak - Outlook MVP recomended it
as best practice). It works, but... I don't think this is best practice,
because command bar is not preserving its state. For example when user drags
command bar to another location, or disables it - in Word this user
customization is persisted in template used in CustomizationContext, but in
Outlook it doesn't (because of using temporary flag).
Now I have 2 choices in Outlook. Do not preserve state of command bar or do
not uninstall addin correctly.
It doesn't really exist something similar to Words CustomizationContext in
Outlook?
Thank you.
command bar remains in Outlook after addin uninstallation.
In Word, I solved it by setting CustomizationContext and it works great. In
Outlook I set temporary flag to true (Ken Slovak - Outlook MVP recomended it
as best practice). It works, but... I don't think this is best practice,
because command bar is not preserving its state. For example when user drags
command bar to another location, or disables it - in Word this user
customization is persisted in template used in CustomizationContext, but in
Outlook it doesn't (because of using temporary flag).
Now I have 2 choices in Outlook. Do not preserve state of command bar or do
not uninstall addin correctly.
It doesn't really exist something similar to Words CustomizationContext in
Outlook?
Thank you.