L
Luiz Vianna
Guys,
I have a Windows 2003 running Exchange 2003.
On this machine I'm trying to run an ASP.NET webform to send an e-mail.
The codebehing my ASPX is like this:
Dim NewMail As New CDO.Message
NewMail.From = From
NewMail.To = Msgto
NewMail.CC = ""
NewMail.BCC = ""
NewMail.Subject = strMsgSubject
NewMail.HTMLBody = strMsgBody
NewMail.Send()
When I run this web form the respose is
Access is denied.
I tryied with CDO and CDOEX with the same behavior.
What I'm missing?
Thanks
I have a Windows 2003 running Exchange 2003.
On this machine I'm trying to run an ASP.NET webform to send an e-mail.
The codebehing my ASPX is like this:
Dim NewMail As New CDO.Message
NewMail.From = From
NewMail.To = Msgto
NewMail.CC = ""
NewMail.BCC = ""
NewMail.Subject = strMsgSubject
NewMail.HTMLBody = strMsgBody
NewMail.Send()
When I run this web form the respose is
Access is denied.
I tryied with CDO and CDOEX with the same behavior.
What I'm missing?
Thanks