This is a research project, what I would like to do is be able to open a MS Exchange EDB (2003 to 2016) files and read the tables and data.
First part of the project is to open the edb file and determine the mailboxes inside.
Second part of the project is to then read individual messages in a selected mailbox.
I'm using Visual Studio for the project.
I understand the EDB file is a b-tree database (aka Jet Blue) but I have found very little documentation on the matter.
Some searching talks about a library for Linux called LIBESEDB but the project is missing on sourceforge, but has a new location HERE on GitHub.
Can anyone point me at URLs for this. Any example code or libraries even better.