Ask a Question related to ASP.NET General, Design and Development.
-
eddie wang #1
CDONTS object missing
The server missing CDONTS object. Where to download?
Thanks.
*** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
Don't just participate in USENET...get rewarded for it!
eddie wang Guest
-
Links missing/update dialog missing upon file open
I am experiencing a strange problem when opening files with InDesign CS2. The usaul dialog box alerting you to missing/updated links does not appear.... -
Need help with CDONTS or other object to receive mail in a specific way
Hello, Is it possible to write a script using CONDTS object to read all emails from the SMTP IIS "Drop" folder without changing the username and... -
HELP ASP/CDONTS
Hi All! I have been trying to use ASP to send E-mail from a web page using CDONTS; I tried first to run the asp file in my computer (I am running... -
CDONTS vs CDO
OK, so obviously cdonts doesnt work with ii6. Why its depreciated, i dont know. What i need to know is how to just send a simple email, my old... -
missing guides. missing cursors. missing a good drawing app. Ugh.
I can't see my text cursor. It's invisible. Why? I can't see new guides I drag onto the documents. They are there, I just can't see them. Why? ... -
Kevin Spencer #2
Re: CDONTS object missing
You don't. Use the System.Web.Mail NameSpace. CDONTS is COM, and requires
Interop. System.Web.Mail is managed.
--
HTH,
Kevin Spencer
Microsoft MVP
..Net Developer
[url]http://www.takempis.com[/url]
Big things are made up of
lots of little things.
"eddie wang" <ewang@kmg.com> wrote in message
news:%23hm6exSUDHA.940@TK2MSFTNGP11.phx.gbl...> The server missing CDONTS object. Where to download?
>
> Thanks.
>
>
>
> *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
> Don't just participate in USENET...get rewarded for it!
Kevin Spencer Guest
-
Salim Afsar #3
Re: CDONTS object missing
CDONTS is used for NT.
So if you run on 2000 you have to use CDOSYS
But if you have got a choice use System.Web.Mail namespace
Good Luck
"eddie wang" <ewang@kmg.com> wrote in message
news:%23hm6exSUDHA.940@TK2MSFTNGP11.phx.gbl...> The server missing CDONTS object. Where to download?
>
> Thanks.
>
>
>
> *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
> Don't just participate in USENET...get rewarded for it!
Salim Afsar Guest



Reply With Quote

