首页 相关文章 在ASP中用EasyMailObject组件处理Exchange邮件源代码(4)

在ASP中用EasyMailObject组件处理Exchange邮件源代码(4)

删除邮件时调用的文件(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)[ 查看全文 ]

2016-01-29 标签:

在ASP中用EasyMailObject组件处理Exchange邮件源代码(4)的相关文章

手机页面
收藏网站 回到头部