ASP Source Code: jmesr.asp

   ASP Script
   Comments
   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("Sorry, no messages for you.")
%>

If you require technical support please send complete details about the problem you are having to support@halcyonsoft.com.


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