精彩OUTLOOK 2000组件放送
发布时间:2006-10-14 2:59:36   收集提供:gaoqian
现在客户端装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="View" VALUE="">
<param NAME="Folder" VALUE="calendar">
<param NAME="Namespace" VALUE="MAPI">
<param NAME="Restriction" VALUE="">
<param NAME="DeferUpdate" VALUE="0">
</object>

</BODY>
</HTML>

4。便条
<html>
<head>
<link rel=stylesheet type="text/css" href="css\ACM.css">
</head>
<body scroll="no" onclick="outsubmenu()" oncontextmenu="return false">
<center>
<br>
<h3>Notes</h3>
</center>
<div class="divtree" style="width:100%;top:10%;height:83%">
<object Name="MyMessages_WPQ_" ID="MyMessages_WPQ_" CLASSID="CLSID:0006F063-0000-0000-C000-000000000046" style="width:100%;height:100%" codebase="http://activex.microsoft.com/activex/controls/office/outlctlx.CAB#ver=9,0,2814">
<param NAME="View" VALUE="">
<param NAME="Folder" VALUE="notes">
<param NAME="Namespace" VALUE="MAPI">
<param NAME="Restriction" VALUE="">
<param NAME="DeferUpdate" VALUE="0">
</object>

</BODY>

 
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50