Mohit_Pal
11 years agoLevel 3
Informatiion about the archives items whose stub is deleted
Hi,
We have a requirement where we have to find out the details of the emails which exist in the vault and their corresponding sizes whose stubs has been deleted by the users. Any way we can find this information? May be by using a SQl Query?
Thanks
It isn't stored in SQL.
What you would have to do is write some code which enumerated all of the archived items in an archive, and kept them in a list, then you'd have to enumerate every item in a mailbox.. and record the savesetID for each of them. Compare the lists. Bingo.

