·您的位置: 首页 » 资源教程 » 编程开发 » ASP » 用EASYMAILOBJECT组件处理EXCHANGE邮件源代码(2)

用EASYMAILOBJECT组件处理EXCHANGE邮件源代码(2)

类别: ASP教程  评论数:0 总得分:0
在ASP中用EasyMailObject组件处理Exchange邮件源代码---读取邮件内容和附件(showbody1.asp)

<%@ LANGUAGE="VBSCRIPT" %>

<html>
<head>
<title>读邮件</title>
</head>
<body>
<%
SET POP3=session("POP3")
x = POP3.Connect()

If x <> 0 Then
Response.Write "连接错误: " + CStr(x)
POP3.Disconnect
End If
y = POP3.DownloadHeaders
j=pop3.GetMessageNumFromID(request.querystring("id"))
msg = POP3.DownloadSingleMessage(j)
\'Set Message Object to point to that downloaded message
Set Message = POP3.Messages(msg)
\'显示邮件内容
Response.Write replace(Message.bodytext,chr(13),"<br>")
%>
<%
\'如果该邮件有附件,则显示附件文件名和文件大小
if message.Attachments.Count>0 then%>
<P></p>
<hr>
<table border=1 align="left" cellspacing="0">
<tr><td>文件名</td><td>大小</td><tr>
<%
For k = 1 To message.Attachments.Count
Response.Write ("<tr><td>")%>
<a href=# onClick=javascript:window.open(\'saveatt.asp?msgid=<%=j%>&attid=<%=k%>\',\'getatt\',\'width=600,height=440,scrollbars=yes\');>
<%=Message.Attachments(k).name%></a></td><td>
<%Response.Write cstr(Message.Attachments(k).size)
Response.Write "</td></tr>"
Next
%>
</table>
<%
end if
POP3.Disconnect
%>
</body>
</html>
-= 资 源 教 程 =-
文 章 搜 索
关键词:
类型:
范围:
纯粹空间 softpure.com
Copyright © 2006-2008 暖阳制作 版权所有
QQ: 15242663 (拒绝闲聊)  Email: faisun@sina.com
 纯粹空间 - 韩国酷站|酷站欣赏|教程大全|资源下载|免费博客|美女壁纸|设计素材|技术论坛   Valid XHTML 1.0 Transitional
百度搜索 谷歌搜索 Alexa搜索 | 粤ICP备19116064号-1