asp_cdo thread: how to connect mail server
hello all,
i use CDO lib Logon method (session object),but didn't logon Exchange
sever,asp page always appears Time out.i didn't know how to deal with it.
codes followings:
strmailbox="alfdu"
strserver="allion-pdc"
strProfileString=strserver&vblf&strmailbox
set objSession = createobject("MAPI.Session")
objSession.Logon "","",True,True,0,True,strserver _
& vbLf &strMailbox
thinks
|





