• <ruby id="5koa6"></ruby>
    <ruby id="5koa6"><option id="5koa6"><thead id="5koa6"></thead></option></ruby>

    <progress id="5koa6"></progress>

  • <strong id="5koa6"></strong>
  • 在ASP中用EasyMailObject組件處理Exchange郵件源代碼(4)

    發表于:2007-07-14來源:作者:點擊數: 標簽:
    刪除郵件時調用的文件(mail_prc.asp) %@ Language= VB Script % % '************************************* '這個文件是刪除郵件時調用的 '作者:awayeah '郵箱:awayeah@163 .net '************************************* dim cc,cc1,sep,dd '取得郵件總數
    刪除郵件時調用的文件(mail_prc.asp)
    <%@ Language=VBScript %>
    <%
    '*************************************

    '這個文件是刪除郵件時調用的
    '作者:awayeah
    '郵箱:awayeah@163.net

    '*************************************

    dim cc,cc1,sep,dd
    '取得郵件總數
    msgcount = session("msgcount")
    sep=","

    for i=1 to msgcount
    dd="c"+cstr(i)
    msgid=cstr(Request.Form (dd))
    if msgid="" then
    cc1=cc1+msgid
    else
    cc1=cc1+msgid+sep
    end if
    next

    if len(cc1)=0 then
    Response.Redirect "maillist1.asp"
    end if
    cc1=left(cc1,len(cc1)-1)
    dim arr
    arr=split(cc1,",")
    Set POP3 = CreateObject("EasyMail.POP3.5")
    pop3.account=session("straccount")
    pop3.password=session("strpassword")
    POP3.MailServer = "192.9.200.89"
    POP3.LicenseKey = "awa/S19I500R1AX30C0R3100"

    x = POP3.Connect()
    for i=0 to ubound(arr)
    arr(i)=clng(arr(i))
    y = POP3.DownloadHeaders

    '刪除郵件

    x = POP3.DeleteSingleMessage(arr(i))

    If x <> 0 Then
    ' Response.Write "<p align=center><br><br>刪除郵件發生錯誤( " + CStr(x) + ").請與管理員聯系.<br><br>"
    ' Response.Write "<a href='maillist1.asp'>返回</a></p>"
    POP3.Disconnect
    Response.End
    Else
    'Response.Write "Message deleted successfully."
    'Response.Write ""
    'POP3.Disconnect
    End If
    next
    POP3.Disconnect
    Response.Redirect "maillist1.asp"
    %>
    <HTML>
    <HEAD>
    <META NAME="GENERATOR" Content="Microsoft Visual Studio 6.0">
    </HEAD>
    <BODY>
    </body>
    </html>


    原文轉自:http://www.kjueaiud.com

    老湿亚洲永久精品ww47香蕉图片_日韩欧美中文字幕北美法律_国产AV永久无码天堂影院_久久婷婷综合色丁香五月

  • <ruby id="5koa6"></ruby>
    <ruby id="5koa6"><option id="5koa6"><thead id="5koa6"></thead></option></ruby>

    <progress id="5koa6"></progress>

  • <strong id="5koa6"></strong>