Home > Archive > Visual Basic > November 2004 > referencing CDO for NT...
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
referencing CDO for NT...
|
|
| Brad Pears 2004-11-25, 3:55 pm |
| I found some code that allows you to generate an email message using CDO. In
the instructions it says you have to reference "CDO for NT" in your project.
I cannot find this anywhere.
There is the Microsoft CDO 1.21 library, but when I reference this, the code
still fails. I am thinking I need something called CDO for NT as described
in the article..
here's a link to the article...
http://www.devx.com/vb2themax/Tip/18566
Can anyone help me?
| |
| Gijs Beukenoot 2004-11-25, 8:55 pm |
| Brad Pears was zeer hard aan het denken :
> I found some code that allows you to generate an email message using CDO. In
> the instructions it says you have to reference "CDO for NT" in your project.
> I cannot find this anywhere.
>
> There is the Microsoft CDO 1.21 library, but when I reference this, the code
> still fails. I am thinking I need something called CDO for NT as described
> in the article..
>
> here's a link to the article...
> http://www.devx.com/vb2themax/Tip/18566
>
> Can anyone help me?
You'll need CDONTS.DLL (with that source) but afaik, you can replace it
by CDOSYS.DLL (standard in XP) and modify the code where it reads
CDONTS to CDOSYS (or is it CDO.DLL and reference CDO instead of
CDONTS).
--
Dit is een automatische handtekening van MesNews.
Site : http://www.mesnews.net
|
|
|
|
|