Chilkat side-by-side with CDO?Back
I've written a VB6 program using CDO to extract data from emails provided in PST format. It works fairly well, but I don't have access to some extended MAPI properties that I would like. Also, the program invokes the MS Outlook security warning dialog. This requires that an operator grant the program permission to run at least every 10 minutes. I can't quite figure out if the Chilkat Imap and Email ActiveX controls will help me with this. Can Imap and Email work side-by-side with CDO? Or is it a complete replacement? Does the Connect method have to a server? Or can it connect to an Outlook profile? Can it take a CDO namespace, session connection?
Answer: The Chilkat components do not interact with Outlook, and cannot read .pst files. Microsoft's .pst and .msg files are binary and proprietary to Microsoft, and not publicly documented (Thanks Microsoft!) Chilkat does not have knowledge of CDO namespaces or session connections. |