Hi Anup,

I'm trying to achieve the same task of reading mailbox from an unmounted exchange database using ese api. Unable to list the tables.

Can you point out the error ?

Here is my code,
Code:
#include "stdafx.h"
#include <tchar.h>
#include <windows.h>
#undef JET_VERSION
#define JET_VERSION 0x0501
#include "esent.h"
using namespace
...