ASP Source Code: vbmesr.asp

   ASP Script
   Comments
   HTML and Text

<%@Language = vbscript%>
<%
   Set Mailer=Session("mail")
   dim count, i
   count=Mailer.MessageCount
   i = Request.form ("view")
   
   Mailer.Retrieve i
   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.