E_FAIL is usually permissions problems. Have you attempted to access
information in the mailbox to make sure your permissions are correct.
Tom
--
Looking for a good book on developing using ADSI, Outlook 2000 and Exchange
5.5/2000? Check out:
http://www.amazon.com/exec/obidos/ASIN/0735610193/
Quote:
> All,
> We've been writing an app to add a task into a user's "Tasks" folder for
> Outlook 2000. We wrote the CDO code in VB, wrapped it up as an ActiveX
DLL,
> and tried to use it as an object in Delphi - it works like a champ. Now,
> we're trying to get it to run in ASP, and we consistently recieve the
error
> [Collaboration Data Objects - [E_FAIL(80004005)]]
> Any particular reason this would happen with the ASP execution as opposed
to
> the Delphi execution? The IWAM_<server> user has script/execute rights to
> the directory and has rights to the exchange mailbox.
> Thanks in advance,
> Aaron