Hi All, We have a requirement where a windows service needs to be written to poll the exchange server and look for the status of it. Exchange Server Version 2000. We tried using HrGetExchangeStatus MAPI by passing the exchange server name. But it returned with the HRESULT value 0x80004005 even when Exchange Server is running. If this is the not correct place for this question, let me know the forum to log this. Appreciate your help on this. Thanks, Geetha R
Geetha wrote in news:d0c214d0-15a3-4e75-8d66- b31b501922ce@e6g2000prf.googlegroups.com: > We tried using HrGetExchangeStatus MAPI by passing the exchange > server > name. But it returned with the HRESULT value 0x80004005 even when > Exchange Server is running. If you get the EDK source and step through it, which bit of HrGetExchangeStatus is failing? All it does is make queries to the SCM, so at worst you could try writing your own code to do the same thing. -- dan