How can i determine mailbox sizes programmatically?

G

Guest

Hi

BACKGROUND:
Im writing an app and want to know the size of the mailboxes(InfoStores) on
my servere. The server is running Exchange Server 2003, but i have backup
mailboxes(.pst files) located on a diferent server. I want to know the size
of both kinds, im not sure if it matters where the mailboxes is located. (I
have no problems finding mailboxes and reading mails)

THE PROBLEM:
I found this on microsoft.com (http://support.microsoft.com/?id=320071)

But that dont work at all, I just get the [MAPI_E_NOT_FOUND(8004010F)] error.

I have tryed everything i can think of, looping through the InfoStore.Fields
collection to find the name of the right field, but they have no names. I did
get a nice list with a lot of numbers and id's, but when I dont know what
field is the right one, that dosn't help much,.. so now im kind of lost.

Any ideas,.. anyboby?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top