User Profile
Collapse
-
Try passing the table name as MsysObjects, which basically contains the name of all the tables. -
anup wadekar started a topic Accessing unmounted priv1.edb file using ESE API (Exchange Server 2003)in IISAccessing unmounted priv1.edb file using ESE API (Exchange Server 2003)
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... -
Using C# and CDO to access the mails from each folder using CDO.dll
Hi,
Here is my code :
objCImailBox = (CDO.IMailbox)o bjPerson.GetInt erface("IMailbo x");
MessageBox.Show (objCImailBox.R ootFolder);
The problem is like :
1) After setting the objCmailBox to objPerson i am unable to get the URL's for Inbox,...Leave a comment:
-
Iterating folder of each mailbox in exchange store using CDO library
I am able to access the exchange mail boxes of the mounted edb file using Active Directory Services such that i am retrieving the
names of the user's and than setting the mail box to the user.
...Code:CDO.Message objMsg; CDO.DropDirectory objDropDir = new CDO.DropDirectory(); CDO.IMessages objIMesgs; DirectoryEntry de = srUser.GetDirectoryEntry(); // Where srUser = "anup"
No activity results to display
Show More
Leave a comment: