|
 |
aspx thread: Smtp.Sent problems in final .Net Frameword
Message #1 by "oel" <oel@o...> on Mon, 28 Jan 2002 11:48:52
|
|
Hi all,
I have been working with .Net Frameword Beta and release candidate using
next code in aspx page:
Dim objMail as New MailMessage
objMail.BodyFormat = MailFormat.Html
objMail.To = "xxx@x..."
objMail.From = "xxx@x..."
objMail.Subject = "Título"
objMail.Body = "Bogy"
SmtpMail.Send(objMail)
Now, I have install the last definitive .NetFramework and I get an error
saying "SendUsing" bad parameters....
Sombody can help me????
Thanks,
oel.
Message #2 by "Brzeski, Tom" <Tom.Brzeski@o...> on Wed, 30 Jan 2002 14:57:37 -0500
|
|
I have similar problems
Anyone out there with solution?
-----Original Message-----
From: oel [mailto:oel@o...]
Sent: Monday, January 28, 2002 5:49 AM
To: ASP+
Subject: [aspx] Smtp.Sent problems in final .Net Frameword
Hi all,
I have been working with .Net Frameword Beta and release candidate
using
next code in aspx page:
Dim objMail as New MailMessage
objMail.BodyFormat =3D MailFormat.Html
objMail.To =3D "xxx@x..."
objMail.From =3D "xxx@x..."
objMail.Subject =3D "T=EDtulo"
objMail.Body =3D "Bogy"
SmtpMail.Send(objMail)
=09
Now, I have install the last definitive .NetFramework and I get an
error
saying "SendUsing" bad parameters....
Sombody can help me????
Thanks,
oel.
|
|
 |