Exchange Server Forums
Forums |
Register |
Login |
My Profile |
Inbox |
RSS
|
My Subscription |
My Forums |
Address Book |
Member List |
Search |
FAQ |
Ticket List |
Log Out
Listing public folder calendar content in Outlook Today?
|
Users viewing this topic:
none
|
Logged in as: Guest
|
Login | |
|
Limited time MSExchange.org offer! -- 1.Sep.2008 1:00:00 PM
|
|
TechGenix and SolarWinds have partnered to provide free copies of SolarWinds Exchange Monitor to all visitors who join the MSExchange.org Forums. SolarWinds Exchange Monitor is a handy desktop dashboard that continuously monitors Microsoft Exchange to deliver real-time insight into Exchange services, mail queue sizes, and host server health. Learn more about Exchange Monitor and the free offer!
|
Listing public folder calendar content in Outlook Today? - 21.Jun.2002 12:26:00 PM
|
|
|
WouterJ
Posts: 5
Joined: 21.Jun.2002
From: Netherlands
Status: offline
|
I use Outlook 2002 (Office XP) in combination with Exchange 2000.
I used to work with Outlook 2000 and Exchange 2000, for Outlook2K, I made a customized DLL (outlwvw.dll) for my Outlook Today screen.
Outlook Today default lists de Calendarcontent of your own Calendar, I've made this DLL so that it listed the content of a public folder called Calendar. This worked fine!
But now I've upgraded to Outlook 2002 and my outlwvw.dll isn't working anymore.
I checked it and I know where the problem is.
Inside this DLL, there are several HTML pages, which actually are the Outlook Today pages.
I've edited one of them, and inside this HTML page, you'll find the following code:
quote:
<object ID="CalList" CLASSID="CLSID:0468C085-CA5B-11D0-AF08-00609797F0E0"> <param NAME="Module" VALUE="Calendar"> </object>
In the edited DLL, i added the following line of code:
quote:
<object ID="CalList" CLASSID="CLSID:0468C085-CA5B-11D0-AF08-00609797F0E0"> <param NAME="Module" VALUE="Calendar"> <param NAME="Path" VALUE="\\Openbare mappen\Alle openbare mappen\Agenda"> </object>
(don't mention the dutch rule, I use the dutch version of Outlook).
This used to work fine in Outlook 2000 but not in XP. It simply lists nothing of my calendar when I choose Outlook Today.
What is the syntax of this command so Outlook 2002 points correctly to my public folder?
|
|
|
|
RE: Listing public folder calendar content in Outlook T... - 1.Jul.2002 8:01:00 PM
|
|
|
kb¦s
Posts: 5
Joined: 17.Apr.2002
From: Denmark
Status: offline
|
Have you read the white paper from microsoft in the link in my post ?
Theres a rather big explanation about adding calender in Outlook Today.
|
|
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts |
|