asp_cdo thread: A trappable error occurred in an external object. The script cannot continue running
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