My Application not allow Interop.CDO to download a file
See the question and my original answer on StackOverflowCan you check it's not a 32/64 bit issue? The underlying COM CDO dll is probably only supporting 32-bit processes. Your program maybe compiled as "x64" or as "Any CPU", but running on a 64-bit Windows.