Hi All, In our project i have to collect the detail information about the mailboxes on the exchange server. The details are like name,last logon,last logoff,total items,sizeof account. In exchange 2003 we can get this information through WMI but exchange 2000 don't have WMI classes. I am not able to get this information through exchange library also. What is the way out of this?. Can you give me some simple sample code for this one? It's very high priority item. -- satej
On Exchange 2000 you need to use Extended Mapi to get the logon information there is a sample in the following KB http://support.microsoft.com/?kbid=259570. For mailbox size information you can use CDO 1.2,Exoeldb or WebDAV have a look at http://support.microsoft.com/?id=320071 Cheers Glen "Satej Prabhu" wrote in message news:07CCD086-85F9-4616-BBEC-077F7D4116B8@microsoft.com... > Hi All, > In our project i have to collect the detail information about the > mailboxes on the exchange server. The details are like name,last > logon,last > logoff,total items,sizeof account. In exchange 2003 we can get this > information through WMI but exchange 2000 don't have WMI classes. I am not > able to get this information through exchange library also. What is the > way > out of this?. Can you give me some simple sample code for this one? It's > very > high priority item. > -- > satej