asp tutorials, asp.net tutorials, sample code, and Microsoft news from 15Seconds
Data Access  |   Troubleshooting  |   Security  |   Performance  |   ADSI  |   Upload  |   Email  |   Control Building  |   Component Building  |   Forms  |   XML  |   Web Services  |   ASP.NET  |   .NET Features  |   .NET 2.0  |   App Development  |   App Architecture  |   IIS  |   Wireless
 
Pioneering Active Server
 Power Search










Active News
15 Seconds Weekly Newsletter
• Complete Coverage
• Site Updates
• Upcoming Features

More Free Newsletters
Reference
News
Articles
Code Samples
Components
Tools
FAQ
Feedback
New
Topics
Books
Links
DL Archives
Community
Messageboard
List Servers
Mailing List
WebHosts
Consultants
Tech Jobs
15 Seconds
Home
Site Map
Press
Legal
Privacy Policy
internet.commerce














internet.com
IT
Developer
Internet News
Small Business
Personal Technology
International

Search internet.com
Advertise
Corporate Info
Newsletters
Tech Jobs
E-mail Offers

HardwareCentral
Compare products, prices, and stores at Hardware Central!

Sending and Manipulating Email From ASP and IIS.

"MAPI_E_LOGON_FAILED(80040111)" Error with CDO
Q: I am trying to connect to a downstream Exchange 5.5 mailbox using ASP and CDO 1.2 on NT4 and cannot get the MAPI session logon method to work.

I am using NT challenge response so that the IIS session is logged into NT as a user with the correct access to the mailbox.

In my endeavours I have tried this on IIS3 and IIS4 but cannot get past the error, interestingly the equivalent code works fine when implemented using VB5 and an EXE on the same IIS machine. This would suggest that CDO.DLL is installed correctly and that the windows messaging components are also 'hunky dorey', also that things are fine from the Exchange end.

Even if I compile the code to an ActiveX DLL and call that from ASP the error still occurs.

Has anybody managed to get this working ?! If so any help will be gratefully received, thank you in advance.

ASP and error message follow ...


<%@ LANGUAGE="VBSCRIPT" %>

<HTML>
<BODY LANGUAGE=VBS>
<%
Const cStrServer = "my_exchageserver"
Const cStrMailbox = "my_name"

'insert a line feed
bstrProfileInfo = cStrServer & vbLf & cStrMailbox 

'create session
Set objSess = Server.CreateObject("mapi.session")
objSess.Logon "", "", False, True, 0, True, bstrProfileInfo

Set objFBMess = objSess.Outbox.Messages.Add
objFBMess.Subject = "Test Active Messaging"
objFBMess.Text = "Greetings from Active Messaging in ASP"

Set objRecips = objFBMess.Recipients
' e-mail name to send
objRecips.Add ("anyones_email_name") 

message to
        objRecips.Resolve
        objFBMess.Send
        objSess.Logoff
%>
Mail Sent.
</BODY>
</HTML>


Active Messaging error '80040111'

The information store could not be opened. [MAPI 1.0 -
[MAPI_E_LOGON_FAILED(80040111)]]

/development/mailtest.asp, line 13


#620 - 1998.03.28
[top]

Support the Active Server Industry



JupiterOnlineMedia

internet.comearthweb.comDevx.commediabistro.comGraphics.com

Search:

Jupitermedia Corporation has two divisions: Jupiterimages and JupiterOnlineMedia

Jupitermedia Corporate Info


Legal Notices, Licensing, Reprints, & Permissions, Privacy Policy.

Advertise | Newsletters | Tech Jobs | Shopping | E-mail Offers