Collaborative Data Objects (CDO) Component Dependencies

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have added the CDO component to my image and found that it requires the
Outlook Express component to function correctly. We are trying to keep our
footprint size down and I'd like to avoid having Outlook Express in the
image. Does anyone know which files/pieces of the Outlook Express component
are required for CDO?

Thank you,
-JC
 
Jason,

All I know is that the CDO libraries use interfaces that are included in Outlook Express for data collection and for parsing.

Also, I recall that CDO requires mapi32.dll.

You can do a quick sniff test. Do not resolve OE in your image build when you include "Collaborative Data Objects Messaging (CDO)
API" component but just add "Mapi32 Libraries" component and its dependencies (they very minimum and probably in your image
already). See if it does not break the functionality you need from CDO.

KM
 
Back
Top