最新下载
热门教程
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
在ASP中用EasyMailObject组件处理Exchange邮件源代码---删除邮件时调用的文件
时间:2022-06-30 11:35:45 编辑:袖梨 来源:一聚教程网
<%@ Language=VBScript %>
<%
'*************************************
'这个文件是删除邮件时调用的
'作者:awayeah
'邮箱:[email protected]
'*************************************
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 "
POP3.Disconnect
Response.End
Else
'Response.Write "Message deleted successfully."
<%
'*************************************
'这个文件是删除邮件时调用的
'作者:awayeah
'邮箱:[email protected]
'*************************************
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 "
删除邮件发生错误( " + CStr(x) + ").请与管理员联系.
"
' Response.Write "返回
POP3.Disconnect
Response.End
Else
'Response.Write "Message deleted successfully."
相关文章
- 《晶核》团本奖励领取如何 06-16
- 热门2025币圈十大全球交易所加密货币排行-最省钱现货交易平台币安推荐 06-16
- 《艾塔纪元》武器升级怎么样 06-16
- DYθR 创始人深度剖析:解密代币价格涨跌背后的群体行为密码 06-16
- 最新正规全球交易所2025数字资产交易榜单-最安全虚拟币交易app币安推荐 06-16
- 《空之要塞:启航》完美链接第四十一关怎么通关最快 06-16