here you've got an example page:
<html>
<head>
<title>
Outlook custom page
</title>
</head>
<body>
<table border="0" width="100%" height="100%">
<tr>
<td width="20%" valign="top">Calendar</td>
<td width="80%" colspan="2" valign="top">
<object id="inbox"
classid="clsid:0006F063-0000-0000-C000-000000000046" width="100%" height="100%">
<param name="folder" value="Calendar">
</object>
</td>
</tr>
<tr>
<td width="20%" valign="top">Outlook Inbox</td>
<td colspan="2" width="80%">
<table border="0" width="100%" height="100%">
<tr>
<td valign="top" width="100%">
<object id="inbox"
classid="clsid:0006F063-0000-0000-C000-000000000046" width="100%" height="100%">
<param name="folder"
value="Inbox">
</object>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
HTH Marco
-----Original Message-----
From: Marco de Groot
Sent: vrijdag 2 augustus 2002 8:29
To: ActiveServerPages
Subject: RE: activeX controls
Embed this code in your page, and you've got ( after installing a M$ cab) your inbox...
same thing for calender etc, etc..
<code>
<object id="inbox" classid="clsid:0006F063-0000-0000-C000-000000000046" width="100%"
height="100%">
<param name="folder" value="Inbox">
</object>
</code>
HTH Marco
-----Original Message-----
From: Falls, Travis D (CASD, IT) [mailto:[EMAIL PROTECTED]]
Sent: donderdag 1 augustus 2002 21:27
To: ActiveServerPages
Subject: activeX controls
I am looking for an activeX control to imbed an outlook inbox in the browser
(IE of course) I want the option to get at some of the other outlook
functions like calendar, ect. does anyone know of any?
travis
This communication, including attachments, is for the exclusive use of
addressee and may contain proprietary, confidential or privileged
information. If you are not the intended recipient, any use, copying,
disclosure, dissemination or distribution is strictly prohibited. If
you are not the intended recipient, please notify the sender
immediately by return email and delete this communication and destroy all copies.
---
You are currently subscribed to activeserverpages as: [EMAIL PROTECTED]
To unsubscribe send a blank email to %%email.unsub%%
**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
This footnote also confirms that this email message has been swept by
the latest anti-virus software for the presence of computer viruses.
www.motiv.nl
**********************************************************************
---
You are currently subscribed to activeserverpages as: [EMAIL PROTECTED]
To unsubscribe send a blank email to %%email.unsub%%
---
You are currently subscribed to activeserverpages as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]