Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Email'ing in a windows form
Message
From
21/03/2003 18:17:09
 
 
To
All
General information
Forum:
ASP.NET
Category:
Forms
Title:
Email'ing in a windows form
Miscellaneous
Thread ID:
00768830
Message ID:
00768830
Views:
54
Hello,

I have the following ...

Dim oMM As MailMessage
oMM = New MailMessage()
oMM.From = "bagwellk@telspan.com"
oMM.To = "bagwellk@telspan.com"
oMM.Subject = "Billing Test"
oMM.Body = "Test, test, test. "
SmtpMail.SmtpServer = "localhost"
SmtpMail.Send(oMM)

I get ... " Could not access CDO.message object."
I know my smtp server is running on my local machine. I have tried many different server names "myserver.mydomain.com" ect. Curiously enough, when I have a blank server name, I get an email created in my inetpub\mailroot\queue, but it never gets sent.

Thanks in advance,
Ken
Next
Reply
Map
View

Click here to load this message in the networking platform