How to get the structure of Msg Table of Edb files?

651 views Asked by At

I am trying to read the offline edb files.What i have now is the tables of edb files i want to know the structure of the tables.Any help

2

There are 2 answers

0
fmotis On

You should read the MSysObjects table of your edb database. In there you will find all tables and their respective columns listed. Ideally you should dump the table comma or tab separated. Then you can comfortably look for all tables or columns within Excel.

0
Fotis MC On

You could take a look at the documentation created by Joachim Metz. He analyzed almost all tables of the Exchange database.

Here's the link to his project: http://sourceforge.net/projects/libesedb/files/