Outlook 2003 in web page ?

  • Thread starter Thread starter Michael Bach
  • Start date Start date
M

Michael Bach

Hey All

I've created a webpage, containing my email folders,

but is it possible to actually show the mail content, in the webpage,.

Så when i click an email, it shows in a dedicated table ?

Just like in outlook ?

Maybee also with a new mail button, reply and more.

/regards Michael

See attached html file.
 
Could not attach it sorry, ill paste the code instead:

<html>
<body>
<table border="1" style="border-collapse: collapse" width="100%"
id="table1">
<tr>
<td width="722" colspan="3">
<p align="center"><b>
<NOLAYER>
Support Mappen</NOLAYER></b><NOLAYER>
<OBJECT classid=CLSID:0006F063-0000-0000-C000-000000000046 id=ViewCtlFolder
width="91%" height="330"

codebase="http://activex.microsoft.com/activex/controls/office/outlctlx.CAB#
ver=9,0,0,3203">
<param name="Namespace" value="MAPI">
<param name="Folder" value="\\Offentlige mapper\Alle offentlige
mapper\support">
<param name="Restriction" value="">
<param name="DeferUpdate" value="0">
</OBJECT>
</NOLAYER>


</td>
<td rowspan="6">
<NOLAYER>
<OBJECT classid=CLSID:0006F063-0000-0000-C000-000000000046
id=ViewCtlFolder0 width="90%" height="330"

codebase="http://activex.microsoft.com/activex/controls/office/outlctlx.CAB#
ver=9,0,0,3203">
<param name="Namespace" value="MAPI">
<param name="Folder" value="\\indhold">
<param name="Restriction" value="">
<param name="DeferUpdate" value="0">
</OBJECT>
</NOLAYER>

</td>
</tr>
<tr>
<td width="722" colspan="3">


<p align="center"><b>


<NOLAYER>
Indbakke</NOLAYER></b></p>
<p align="center">
<NOLAYER>
<OBJECT classid=CLSID:0006F063-0000-0000-C000-000000000046 id=ViewCtlFolder
width="90%" height="330"

codebase="http://activex.microsoft.com/activex/controls/office/outlctlx.CAB#
ver=9,0,0,3203">
<param name="Namespace" value="MAPI">
<param name="Folder" value="\\Indbakke">
<param name="Restriction" value="">
<param name="DeferUpdate" value="0">
</OBJECT>
</NOLAYER>

</td>
</tr>
<tr>
<td width="241" rowspan="3">
<p align="center"><b>&nbsp;Kunder</b></p>
<p>'
<OBJECT classid=CLSID:0006F063-0000-0000-C000-000000000046
id=ViewCtlFolder width="95%" height="86"

codebase="http://activex.microsoft.com/activex/controls/office/outlctlx.CAB#
ver=9,0,0,3203">
<param name="Namespace" value="MAPI">
<param name="Folder" value="\\Offentlige mapper\Alle offentlige
mapper\kunder">
<param name="Restriction" value="">
<param name="DeferUpdate" value="0">
</OBJECT>

</td>
<td width="241" rowspan="3">
<p>
&nbsp;</td>
<td width="240">
<p align="center"><b>Udvikling&nbsp;</b><br>
<OBJECT classid=CLSID:0006F063-0000-0000-C000-000000000046
id=ViewCtlFolder width="97%" height="62"

codebase="http://activex.microsoft.com/activex/controls/office/outlctlx.CAB#
ver=9,0,0,3203">
<param name="Namespace" value="MAPI">
<param name="Folder" value="\\Offentlige mapper\Alle offentlige
mapper\support\Udvikling">
<param name="Restriction" value="">
<param name="DeferUpdate" value="0">
</OBJECT>
</td>
</tr>
<tr>
<td width="240">
<p align="center"><b>Salg </b> <br>
<OBJECT classid=CLSID:0006F063-0000-0000-C000-000000000046
id=ViewCtlFolder width="97%" height="62"

codebase="http://activex.microsoft.com/activex/controls/office/outlctlx.CAB#
ver=9,0,0,3203">
<param name="Namespace" value="MAPI">
<param name="Folder" value="\\Offentlige mapper\Alle offentlige
mapper\support\Salg">
<param name="Restriction" value="">
<param name="DeferUpdate" value="0">
</OBJECT>
</td>
</tr>
<tr>
<td width="240">
<p align="center"><b>Ikke Behandlet<br></b>
<OBJECT classid=CLSID:0006F063-0000-0000-C000-000000000046 id=ViewCtlFolder
width="98%" height="55"

codebase="http://activex.microsoft.com/activex/controls/office/outlctlx.CAB#
ver=9,0,0,3203">
<param name="Namespace" value="MAPI">
<param name="Folder" value="\\Offentlige mapper\Alle offentlige
mapper\support\ikke behandlet">
<param name="Restriction" value="">
<param name="DeferUpdate" value="0">
</OBJECT>

</p></td>
</tr>
<tr>
<td width="722" colspan="3">&nbsp;</td>
</tr>
</table>
<p>&nbsp;</p>
<p>&nbsp;</p>

</body>
<html>
 
Back
Top