当前位置: 首页 > 图文教程 > 网络编程 > ASP > 精彩OUTLOOK 2000组件放送

ASP
Asp Object 之:End
Asp Object 之:ServerVariables
Asp Object 之:Expires
Asp Object 之:ExpiresAbsolute
Asp Object 之:Flush
Asp Object 之:Form
Asp Object 之:IsClientConnected
Asp Object 之:PICS
Asp Object 之:QueryString
Asp Object 之:Redirect
Asp Object 之:Request.Cookies
Asp Object 之:Request
Asp Object 之:Response.Cookies
Asp Object 之:Response
Asp Object 之:Status
Asp Object 之:TotalBytes
Asp Object 之:Write
用ASP.Net编写留言本
如何把ASP编写成DLL(1)
如何把ASP编写成DLL(2)

ASP 中的 精彩OUTLOOK 2000组件放送


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2009-11-03   浏览: 29 ::
收藏到网摘: n/a

现在客户端装OUTlook 2000

1.收件箱
<html>
<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=big5">
<link rel=stylesheet type="text/css" href="css\ACM.css">
</head>
<body scroll="no" oncontextmenu="return false">
<br>
<font size='5' color='#df791f' face='arial black'><b><I>INBOX</I></b></font>
<br>
<hr>
<div class="divtree" style='width:100%;top:10%;height:75%'>
<table border='0' cellpadding='0' cellspacing='0' style='width:100%;'>
<tr>
<td nowrap valign="bottom">
<span class="topBarSpan">
<span id="spanMessages4_WPQ_" onclick="MyMessages_WPQ_.folder='Sent Items';MyMessages_WPQ_.view='Messages with AutoPreview'; changeMessagesTab_WPQ_(this);"><font face="arial" color="#df791f"><b><I>Sent Items</I></b></font></span>
</span>
</td>
<td width="8%" align="left" valign="bottom">
<span id="NewItem_WPQ_" style="cursor:hand" onClick="new_Message_WPQ_()">
<font face="arial" color="#233d96"><b>New</b></font>
</span>
</td>
<td width="8%" align="left" valign="bottom">
<span id="DelItem_WPQ_" style="cursor:hand" onClick="delete_Message_WPQ_()">
<font face="arial" color="#233d96"><b>Delete</b></font>
</span>
</td>
</tr>
</table><br>
<object ID="MyMessages_WPQ_" CLASSID="CLSID:0006F063-0000-0000-C000-000000000046" style="width:100%;height:100%" codebase="outlook/outlctlx.CAB#ver=9,0,2814">
<param NAME="View" VALUE>
<param NAME="Folder" VALUE="inbox">
<param NAME="Namespace" VALUE="MAPI">
<param NAME="Restriction" VALUE="">
<param NAME="DeferUpdate" VALUE="0">
</object>
</body>

<script language="javascript">
function changeMessagesTab_WPQ_(currentdiv)
{

spanMessages4_WPQ_.style.fontWeight="normal"
currentdiv.style.fontWeight="bold"
}
</script>
<script language = "vbscript">
sub new_Message_WPQ_()
MyMessages_WPQ_.NewDefaultItem
end sub
sub delete_Message_WPQ_()
MyMessages_WPQ_.Delete
end sub
</script>
</div>
</body>
</html>


2.联系人
<html>
<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=big5">
<link rel=stylesheet type="text/css" href="css\ACM.css">
<title><%=langcontactor%></title>
</head>
<body scroll="no" oncontextmenu="return false">
<br>
<font size='5' color='#df791f' face='arial black'><b><I>Contacts</I></b></font>
<br>
<hr>
<div class="divtree" style="width:100%;top:10%;height:90%">
<object ID="MyMessages_WPQ_" CLASSID="CLSID:0006F063-0000-0000-C000-000000000046" style="width:100%;height:100%" codebase="outlook/outlctlx.CAB#ver=9,0,2814">
<param NAME="View" VALUE="">
<param NAME="Folder" VALUE="contacts">
<param NAME="Namespace" VALUE="MAPI">
<param NAME="Restriction" VALUE="">
<param NAME="DeferUpdate" VALUE="0">
</object>
</BODY>
</HTML>

3。日历
<html>
<head>
<link rel=stylesheet type="text/css" href="css/ACM.css">

<title><%=langbox%></title>
</head>
<body scroll="no" oncontextmenu="return false">
<br>
<font size='5' color='#df791f' face='arial black'><b><I>Calender</I></b></font>
<br>
<hr>
<div class="divtree" style="width:100%;top:10%;height:90%">
<object Name="MyMessages_WPQ_" ID="MyMessages_WPQ_" CLASSID="CLSID:0006F063-0000-0000-C000-000000000046" style="width:100%;height:100%" codebase="outlook/outlctlx.CAB#ver=9,0,2814">
<param NAME