EDB file format

Do I need EDB format information in an Exchange database?

I checked the information provided in the following link:

http://sourceforge.net/projects/libesedb/files/

The documentation was good, but rather confusing, so I need more help.

If any authority has more information about the EDB format, please provide it to me.

Thank you for your cooperation.

+4
source share
2 answers

There is not as much information as you found. What you can do is take a look at the following three links, I hope they tell you everything else you can learn:

Hope this helps!

+4
source

Since I am currently working on the EDB Exchange format, I could answer some question. I use libesedb as the main source of information, but in other cases I chose to access EDB using the expansion storage API (for example, JetBlue, aka Esent API). So, if you can ask a specific question, I can try to answer it for you.

By the way, as I see you are using .net as a tag for this post, I would like to draw your attention to the Laurion Burchall Managed Esent API (open source). This somewhat reduces the cryptic complexity of the Windows API and may be useful for you to β€œmanage” it:
http://managedesent.codeplex.com/

+2
source

All Articles