JScript Sample: jscript/components/asppop3/jmegsr.asp
ASP Script
Comments or Client-side Script
HTML and Text

<%@Language = Jscript%>
<%
   var Mailer=Session("mail")
   var count
   count=Mailer.MessageCount
   for(j = 1;j<=count;j++){
      Mailer.Retrieve(j)
      Response.Write(Mailer.RetrieveToMemory(j))
   }
   if(count ==0)Response.Write("No new messages.")
%>


Copyright © 1998-2002, Halcyon Software Inc. All rights reserved.