CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Sep 2004
    Posts
    561

    Does VS2005 Support ECE?

    I've started to port projects over to VS2005.
    I have a project that includes Outlook Integration components using Exchange Client Extensions (ECE).
    When compiling the project in VS2005 a critical header is missing "EXCHEXT.H". What happened to this header file?






  2. #2
    Join Date
    Sep 2006
    Location
    Sunshine State
    Posts
    517

    Re: Does VS2005 Support ECE?

    I think you have to download the MAPI SDK.

    Hope that helps,
    Andy

  3. #3
    Join Date
    Sep 2004
    Posts
    561

    Re: Does VS2005 Support ECE?

    OK thanks.

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