Hi,
I am looking for mapping between the MailBox Table and its respective folders which are represented as Folder Table in the ESE database.
As the MailBox table gives us the list of all the mailboxes stored in the EDB file which is basically unmounted. Through dumping the EDB file using the ESENTUTL.exe tool i got the list of all the folders and the mailboxes with the Index pages.
Through this i am able to map the Folder tables like Inbox, Contacts etc with their parentIPM Store Table and their respective MailBox Table name.
As i list the tables in the EDB file using the ESE API, i got all the tables but i dint found the MailBox table name which is basically an integer value (some what : 0001- 00000001798)
But i am able to fetch and open the IPMStore Table and all the folders inside it. As the Folder Table names are also in the Integer type.
Now i am looking to map these tables such that after fetching the MailBox table which stores all the list of mailboxes. After opening this table i am looking to get the Folder Table names by which i will be able to get the messages for the inbox, outbox, contacts etc folders of that particular mailbox.
Is there any comman column in these table by which i can map the mail box table with thier related folder tables ?
Kindly help me out, as i dint got any information regarding the Mapping of the Folder Tables and the mailbox table.
Thanks in advance......
I am looking for mapping between the MailBox Table and its respective folders which are represented as Folder Table in the ESE database.
As the MailBox table gives us the list of all the mailboxes stored in the EDB file which is basically unmounted. Through dumping the EDB file using the ESENTUTL.exe tool i got the list of all the folders and the mailboxes with the Index pages.
Through this i am able to map the Folder tables like Inbox, Contacts etc with their parentIPM Store Table and their respective MailBox Table name.
As i list the tables in the EDB file using the ESE API, i got all the tables but i dint found the MailBox table name which is basically an integer value (some what : 0001- 00000001798)
But i am able to fetch and open the IPMStore Table and all the folders inside it. As the Folder Table names are also in the Integer type.
Now i am looking to map these tables such that after fetching the MailBox table which stores all the list of mailboxes. After opening this table i am looking to get the Folder Table names by which i will be able to get the messages for the inbox, outbox, contacts etc folders of that particular mailbox.
Is there any comman column in these table by which i can map the mail box table with thier related folder tables ?
Kindly help me out, as i dint got any information regarding the Mapping of the Folder Tables and the mailbox table.
Thanks in advance......
Comment