I am having some trouble with an Outlook Addin. The Outlook Addin consists of a COM part and a Web part. After digging into the Logs of that Outlook Addin i was able to figure out that the Plugin first creates a Storage Item and then writes some Information into it.
I would like to ask the Wizards of StackOverflow whether a StorageItem in Outlook's Inbox with all it's Information is synced to Exchange. If I have multiple PCs setup with the same Email but only use the Outlook Addin on one of those PCs, will that one PC sync that StorageItem created by the Outlook Addin including it's data to Exchange and as a result to all the other PCs/Outlook Inboxes where the same Email is being used?
The other question I have is whether there is a Windows Tool that can display all Storage Items present in the Inbox and even delete a StorageItem if needed. I know the ID of the StorageItem from the Logs and i am pretty sure that all such StorageItems are a part of the .ost File.
The Exchange Version in use is 365 and there are 4 different PCs with the same Email setup in all 4 Outlooks. 2 of those PCs have Outlook 2016 and the remaining 2 have Outlook 365.
Thank You in advance