Find Error when Recieve mail
I ahve made the following page but it dont works it wil give error
[u]There was an error retrieving your mail. Error code 8. </u>
what is this and how I can fix that error
<%@ LANGUAGE="VBSCRIPT" %>
<html>
<head>
<title>EasyMail ASP Sample</title>
</head>
<body>
Checking mail...<BR><BR>
<%
Set IMAP4 = CreateObject("EasyMail.IMAP4.5")
x=IMAP4.Connect("nsonsgroup.com")
x=IMAP4.Login("nsonsgro", "jhuy%963")
x=IMAP4.SelectMailbox("Inbox")
%>
<% if x=0 then %>
You have <%=IMAP4.MessageCount%> messages waiting.
<%else%>
There was an error retrieving your mail. Error code <%=x%>.
<%end if%>
<%
IMAP4.Logout
IMAP4.Disconnect
%>
</body>
</html>
__________________
(*_*)
Numan
--------------------------------------------------
It is not important what you get But important is how you got it
|