sending email via Exchange
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
I have Exchange setup on a server and I am trying to write an ASP.NET application that saves some form data to a database, and then sends a notification email to a 3rd party. I used the code, pretty much verbatim from here Support @ Microsoft[^] I added the Office11 COM object as a reference; however, on the line
oApp = New Outlook.Application()
I get a weird error saying that theASP.NET is not authorized to access the requested resource
Any ideas on how to resolve this? Jason