|
在web页面中删除试一下,看能否正常删除
如果不能,那么看相应文件夹权限设置(帮助文件中有)
如果可以,那么一定是垃圾箱邮件统计信的问题。
完整内容:
%URL%=http://*.*正确地址.*.*/trashmsg.asp
%No.%=序号
%Priority%=!
%CheckBox%=
%Sender%=发件人
%Subject%=主题
%Date%=日期
%Size%=长度
<html>
<head>
<style type=text/css>
A, BODY, TABLE, TD, TR {font-family:tahoma,sans-serif; font-size:12px;}
.tst {border-left:1px #8CA5B5 solid; border-bottom:1px #8CA5B5 solid; font-weight:BOLD;}
.ts {border-bottom:1px #8CA5B5 solid;}
.drpdwn {color:#000066; background-color:#D6E7EF;}
.Bsbttn {font-size:13px; background: #D6E7EF; border-bottom: 1px solid #104A7B; border-right:1px solid #104A7B; border-left:1px solid #AFC4D5; border-top:1px solid #AFC4D5; color:#000066; text-decoration:none; cursor:pointer;}
</style>
</head>
<body>
<form action='%URL%' method='post' target='_blank'>
尊敬的<b>%Account%</b>用户,您垃圾箱中有 <b>%EmailsTotal%</b>封邮件,详见下表:<br><br>
<table width='95%' border='0' align='center' cellspacing='0' bgcolor='#EFF7FF' style='border-top:1px #8CA5B5 solid;'>
<tr bgcolor='#DBEAF5' height='28'>
<td nowrap width='3%' align='center' class='tst'>%No.%</td>
<td nowrap width='3%' align='center' class='tst'>%Priority%</td>
<td nowrap width='4%' align='center' class='tst'>%CheckBox%</td>
<td nowrap width='26%' align='center' class='tst'>%Sender%</td>
<td nowrap width='36%' align='center' class='tst'>%Subject%</td>
<td nowrap width='16%' align='center' class='tst'>%Date%</td>
<td nowrap width='12%' align='center' class='tst' style='border-right:1px #8CA5B5 solid;'>%Size%</td>
</tr>
|<tr height='26'><td nowrap align='center' class='ts'>%No.%</td>
|<td align='center' class='ts'>%Priority%</td>
|<td align='center' class='ts'>%CheckBox%</td>
|<td class='ts'>%Sender%</td>
|<td class='ts'>%Subject%</td>
|<td nowrap class='ts'>%Date%</td>
|<td nowrap align='right' class='ts'>%Size%</td></tr>
</table>
<br>
<table width='80%' border='0' align='center'>
<tr><td align='right'>
<select name='mode' id='mode' class='drpdwn' size='1'>
<option value='0' selected>删除 (剩余邮件移到收件箱)</option>
<option value='1'>删除</option>
<option value='2'>移到收件箱</option>
</select>
<input id='user' name='user' type='hidden' value='%Account%'><input id='allnum' name='allnum' type='hidden' value='%EmailsTotal%'><input id='maxmid' name='maxmid' type='hidden' value='%MaxMID%'>
<input type=submit style='WIDTH: 60px' class='Bsbttn' value='提交'>
</td></tr>
</table>
</form>
<br>
</body>
</html> |
|