Click here to Skip to main content
15,894,180 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi All,

I need to traverse the server means I am unable to find the storage groups within the server through code. How I can enter to the information store. I have the VB script which is doing the same but I need to do that in VC++.

The hierarchy which want is like this

Exchange server
|______Information store
|_______ First Storage group
|_______Mailbox

Thanks in advance.
Posted

1 solution

If you already have the working VB script it must be very easy to port this if you're used to cpp. Simply look at the vb code that finds the storage groups now and I'm sure it is easy to find the matching cpp code for that.

Good luck!
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900