CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4

Thread: CDO

  1. #1
    Guest

    CDO

    My ActiveX DLL using CDO is working in a VB client project but when I try to instantiate it in ASP as a server object on my PWS it throws the error "The information store could not be opened. [MAPI 1.0 - [MAPI_E_LOGON_FAILED(80040111)]]"

    What could be wrong?

    Neil





  2. #2

    Re: CDO

    According to what I've heard, CDO only works on NT Server 4.0 running IIS, with NT Service Pack 4 or above. In other words, it shouldn't work on PWS.


  3. #3
    Guest

    Re: CDO

    So this means I can only test my COM DLL in asp running only on IIS 4.0?
    Does this have anything to do with profile authentication?
    Neil



  4. #4

    Re: CDO

    If you are using a COM .DLL why don't you "roll your own" SMTP sender. If you want one, see http://www.freevbcode.com/ShowCode.Asp?ID=109. This is a VB DLL I wrote. I have not tested it from an .ASP page, but is should work under PWS and any version of IIS.

    One reason I did this is because of problems I;ve had with CDO. THe only time I've seen it work smoothly is under the conditions I described in the previous post.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured