Is there a CDO.Net object

  • Thread starter Thread starter W1ld0ne [MCSD]
  • Start date Start date
W

W1ld0ne [MCSD]

Using CDO from inside a .Net application works fine until you try to give it
a strong name, then it wants to give your interop.CDO object a strong name
as well and that can not be done (I think). Like you get ADO.Net, do you get
CDO.Net or do I have to use CDONTS.Net

Thanks
David
 
What objects are you trying to use? If you are just trying to send mail,
that is already wrapped by the Mail objects. Are you using a generated RCW
for the CDO COM objects, or are you trying to implement the COM Interfaces
manually?


~
Jeremy
 
Back
Top