ASP Source Code: vbdel.asp

   ASP Script
   Comments
   HTML and Text

<%@ language=vbscript%>
<%
   dim i;
   i=Request.Form("del");
   Set Mailer=Session("mailer"+i)
   Mailer.Delete i
   Mailer.closepop3
 %>

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.