In New Outlook, if the images in your HTML signature are not updating after being replaced on the server, it is likely due to caching issues. To resolve this, you can clear the Office cache, which may help in refreshing the images. Here’s how you can do it:
- Close the Outlook client if it's open.
- From a command line, run the following:
This opens the New Outlook on Windows client along with Microsoft Edge DevTools.olk.exe --devtools - In the Microsoft Edge DevTools window, select the Network tab.
- Right-click anywhere in the Requests table and select Clear browser cache.
This process should help in clearing the cached images and allow the new images to display correctly in New Outlook.
If you continue to experience issues, ensure that the image URL is accessible and that there are no other caching mechanisms in place (like server-side caching) that might be affecting the image display.
References: