|
|
If you want to find information on Exchange server resources you need to use
Exchange's API's. Have a look at the WMI classes in the Exchange SDK such as
Exchange_mailbox and Exchange_publicfolder which will give you information
about specific mailboxes and public folders. eg
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/e2k3/e2k3/_wmiref_cl_Exchange_Mailbox.asp
Cheers
Glen
'
"mahadev.1984" <mahadev1984@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:0F79540A-FD2F-4D9D-88FD-104A616987EA@xxxxxxxxxxxxxxxx
> Hi!
> I am new to Exchange Server 2003. I am developing some tool that will
> collect relevant entries from the Instance,Mailboxes and Public Folders of
> the Exchange Server.
> I need to get some basic properties of some literal objects in an
> exchang server as my project demands. Meanwhile, I heard about ADSI and
> tried
> to use it. I am able to get some of the properties using the provided
> interfaces like msExchExchangeServer, msExchEchangePublicMDB,
> msExchPrivateMDB....
> But I am not able to get the props from msExchPublicFolder.Even I
> didnt found any help in any blogs. Can Anybody help me please!
>
> Please reply soon!
>
> Regards,
> Mahadev
>
|
|