CDOEXM in VB.Net

  • Thread starter Thread starter Cary
  • Start date Start date
C

Cary

I am attempting to add a mailbox for a user through an
ASP.Net page so I found some documentation on MSDN that
says I need to add a reference to CDO for Exchange 2000
library in my project. I did this but what it references
is plain old CDO. I do not have any of the methods that
CDOEXM has and I am unable to import it into my page.
Any ideas?...do I have the wrong version of CDO for
Exchange 2000 library?

TIA

~Cary
 
AFAIK you get cdoexm by installing Exchange Admin tools. alternatively, you
can bring cdoex.dll from your \program files\common files\microsoft
shared\cdo on exchange server to your web server and register it using
regsvr32,

--
Regards

Matjaz Ladava
MVP Windows Server - Directory Services
(e-mail address removed), (e-mail address removed)
 
Back
Top