cancel
Showing results for 
Search instead for 
Did you mean: 

Informatiion about the archives items whose stub is deleted

Mohit_Pal
Level 3

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

1 ACCEPTED SOLUTION

Accepted Solutions

Rob_Wilcox1
Level 6
Partner

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.

Working for cloudficient.com

View solution in original post

4 REPLIES 4

Rob_Wilcox1
Level 6
Partner

Whether a shorcut exists or not is not stored in SQL.

Working for cloudficient.com

Mohit_Pal
Level 3

I am new to EV. Can you tell me if their is a way to check that? If they do exist in SQL, how do we retrieve the information?

Mohit_Pal
Level 3

Can anyone help on this query?

Rob_Wilcox1
Level 6
Partner

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.

Working for cloudficient.com