Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_cdo thread: A trappable error occurred in an external object. The script cannot continue running


Message #1 by "Binu Mathew" <binu_k_mathew@h...> on Wed, 5 Dec 2001 23:24:03
I am trying to send email through an ASP application using CDO.  However, 

I keep receiving this message when I try to login. 





"A trappable error occurred in an external object. The script cannot 

continue running"



I do not know what the problem is and have been researching this error for 

the past day.  I found some info. on Microsoft's website as well as 

through Google, but nothing helpful.  Does anyone know why I keep receivng 

this error? Could it possibly be a permissions problem?





strMachineName = Request.QueryString("ServerName")

strMailbox = Request.QueryString("UserMailBox")



Set objCurSession = Createobject("MAPI.Session")

objCurSession.Logon "", "", False, True, 0, True, strMachineName & vbLf & 

strMailbox





Thanks,



Binu

  Return to Index