Online folder view in Outlook

  • Thread starter Jonas Christensen
  • Start date
J

Jonas Christensen

From the bookm "Microsoft Outlook Programming: Jumpstart for
Administrators, Power Users, and Developers" by Sue Mosher I have found
out that custom html-views of folder content can be created using
something like:

<object classid="clsid:0006F063-0000-0000-C000-000000000046"
id="ViewCtl1"
codebase=http://activex.microsoft.com/activex/controls/
office/outlctlx.cab#ver=9,0,0,3203
width="100%"
height="410">
<param name="Folder"
value="\\Private folders\My Folder">
<param name="DeferUpdate" value="0">
</object>

Can this be used to view Contacts or Messages placed somewhere else?
(Eg. on a server accessed using WebDAV og a SharePoint server)

I am trying to implement sharing of e-mail messages using a differend
strudture than an Exchange server can provide.

Also, does anyone have links to websites where I can learn more about
Folder Homepages in Outlook?
 
S

Sue Mosher [MVP-Outlook]

Please see my response to your other post.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top