CDONTS object missing

Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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....
    2. 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...
    3. 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...
    4. 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...
    5. 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? ...
  3. #2

    Default 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

  4. #3

    Default 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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139