Need to programmatically restore saved EV shortcuts saved as MSG files
Scenario:
Employee drags their outlook ev shortcut onto their desktop. This naturally saves the EV shortcut as an MSG file.
The employee files these msg files into our document management system.
Other colleagues can not open the MSG files or see the attachments, because the MSG is an EV shortcut and only the message owner has access.
I wrote a script to retrieve new MSG files saved into the document management system and I can easily identify the message class. What I can not pull is the archiveID or the savesetID. Some folks said to try redemption, I engaged Redemption / outlook spy and they could not retrieve the archived or saveset ID.
I need the extended mapi parameters or some method to extract this archiveID/Saveset ID to enable me to retrieve the original email and replace the EV shortcut msg. (I call this rehydrating).
I'm surprised EV API does not have a command to help me with this...