NogginTheNog
Programmer
I have written a vb.net console application that uses the CDO.DLL MAPI wrapper to access Exchange Server folders and messages and extract attachments so as to store them in an archive.
There is no other email client installed on the PC except outlook express (and for technical reasons we do not want to install one).
My application failes with the error: COM object with CLSID {3FA7DEB3-6438-101B-ACC1-00AA00423326} is either not valid or not registered.
I have specifically included CDO.DLL in the project - but cannot seem to get it to register. The app works fine on PCs with outlook installed.
Any ideas anyone?
There is no other email client installed on the PC except outlook express (and for technical reasons we do not want to install one).
My application failes with the error: COM object with CLSID {3FA7DEB3-6438-101B-ACC1-00AA00423326} is either not valid or not registered.
I have specifically included CDO.DLL in the project - but cannot seem to get it to register. The app works fine on PCs with outlook installed.
Any ideas anyone?