SmtpMail class exception "Could not access 'CDO.Message' object."

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • M D

    SmtpMail class exception "Could not access 'CDO.Message' object."

    For the code see MS knowledge base #310273. All I did was comment out
    the parts for adding an attachment and put real values in for smtpServer
    & email addresses.

    For the SmtpServer I used my email providers entry point which they
    refered to as "smtp server for asp mail" and I'm wondering if it's the
    asp aspect.

    .NET has no documentation on CDO.Message and msdn brings up references
    to MS Office & Outlook.

    Anyone know what is going wrong here?

    thx
    md

    *** Sent via Developersdex http://www.developersdex.com ***
    Don't just participate in USENET...get rewarded for it!
  • Telmo Sampaio

    #2
    Re: SmtpMail class exception "Could not access 'CDO.Message' object."

    Probably the SMTP Server. Try installing the SMTP service on a machine that
    you have access to, and that has access to the internet, and use it to test
    it.

    Telmo Sampaio

    "M D" <mardukes@aol.c om> wrote in message
    news:%23qkZIpCc EHA.2544@TK2MSF TNGP10.phx.gbl. ..[color=blue]
    > For the code see MS knowledge base #310273. All I did was comment out
    > the parts for adding an attachment and put real values in for smtpServer
    > & email addresses.
    >
    > For the SmtpServer I used my email providers entry point which they
    > refered to as "smtp server for asp mail" and I'm wondering if it's the
    > asp aspect.
    >
    > NET has no documentation on CDO.Message and msdn brings up references
    > to MS Office & Outlook.
    >
    > Anyone know what is going wrong here?
    >
    > thx
    > md
    >
    > *** Sent via Developersdex http://www.developersdex.com ***
    > Don't just participate in USENET...get rewarded for it![/color]


    Comment

    Working...