Icons for Outlook addin not updating

不羁岁月 提交于 2019-12-06 11:58:45

问题


I have an icon for a button in my Outlook add-in.

For example, https:/xyz.com/img1 pointing to img1

Now if I update the image after deploying the add-in, the updated image is not loaded in the ribbon.

after update: https:/xyz.com/img1 pointing to img2.

Ideally, img2 should be visible in the ribbon, right?

Is there any cache that needs to be deleted? I have tried restarting Outlook client and desktop, but no change.

If I enable the add-in to a new user now, the new image is displayed as an icon, but for older users(for whom the add-in is enabled before changing the icon) the icon is still the old one.

How can we update the new icon in such scenarios?


回答1:


Deleting the cache can often fix this issue. The cache location varies depending on the platform.

For Windows: Delete the content of the folder %LOCALAPPDATA%\Microsoft\Office\16.0\Wef.

For Mac: Delete the content of the folder /Users/{your_name_on_the_device}/Library/Containers/com.Microsoft.OsfWebHost/Data/.



来源:https://stackoverflow.com/questions/52096328/icons-for-outlook-addin-not-updating

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!