<% Set pop3 = Server.CreateObject( "JMail.POP3" )
pop3.Connect "username", "password", "pop3mail.intels.net"
' POP3的连接用户名,密码,POP3地址.
Response.Write( "你现在有" & pop3.count & " 封邮件。<br><br>" )
if pop3.count > 0 then
Set msg = pop3.Messages.item(1)
ReTo = ""
ReCC = ""
Set Recipients = msg.Recipients
separator = ", "
For i = 0 To Recipients.Count - 1
If i = Recipients.Count - 1 Then
separator = ""
End If
Set re = Recipients.item(i)
If re.ReType = 0 Then
ReTo = ReTo & re.Name & "(<a href=""mailto:"& re.EMail &""">" & re.EMail & "</a>)" &
separator
else
ReCC = ReTo & re.Name & "(<a href=""mailto:"& re.EMail &""">" & re.EMail & "</a>)" & separator
End If
Next
' 以上获取所有收件人,并存储.
Function getAttachments()
Set Attachments = msg.Attachments
separator = ", "
For i = 0 To Attachments.Count - 1
If i = Attachments.Count - 1 Then
separator = ""
End If
Set at = Attachments(i)
at.SaveToFile( "c:\intels\email\attachments\" & at.Filename )
getAttachments = getAttachments & "<a href=""/intels/email/attachments/" & at.Filename &""">" &_
at.FileName & "(" & at.Size & " bytes)" & "</a>" & separator
Next
End Function
' 以上是程序得到附件,并保存到服务器上,也可返回附件链接.
%>
<html>
<body>
<TABLE>
<tr>
<td>主题:撼雪喷云向你问好!</td>
<td><%= msg.Subject %></td>
</tr>
<tr>
<td>发件人:李雁冰@163.net</td>
<td><%= msg.FromName %></td>
</tr>
<tr>
<td>收件人:宋颜浩@163.net</td>
<td><%= ReTO %></td>
</tr>
<tr>
<td>抄送:申朝阳@163.net</td>
<td><%= ReCC %></td>
</tr>
<tr>
<td>附件:随风起舞的传说</td>
<td><%= getAttachments %></td>
</tr>
<tr>
<td>内容:乌里哇啦乌里哇啦……</td>
<td><pre><%= msg.body %></pre></td>
</tr>
</TABLE>
</body></html>
<% end if
pop3.Disconnect
%>
[1]
免责声明:本站文章均来自网站采集或用户投稿,网站不提供任何软件下载或自行开发的软件! 如有用户或公司发现本站内容信息存在侵权行为,请邮件告知! 858582#qq.com
RTX 5090要首发 性能要翻倍!三星展示GDDR7显存
三星在GTC上展示了专为下一代游戏GPU设计的GDDR7内存。
首次推出的GDDR7内存模块密度为16GB,每个模块容量为2GB。其速度预设为32 Gbps(PAM3),但也可以降至28 Gbps,以提高产量和初始阶段的整体性能和成本效益。
据三星表示,GDDR7内存的能效将提高20%,同时工作电压仅为1.1V,低于标准的1.2V。通过采用更新的封装材料和优化的电路设计,使得在高速运行时的发热量降低,GDDR7的热阻比GDDR6降低了70%。