P
pool
Hi,
I have a situation where a user is downloading emails to a local folder
but reads his Calendar from the server mailbox instead. I have modified
the outlook.htm file which is embedded in outwvw.dll as shown below to
allow the Outlook Today page to reflect the calendar from server
mailbox.
--------------------------------------------------------------------------------------
<param NAME="Module" VALUE="Calendar">
<param NAME="Path" VALUE="\\Mailbox - XXX\Calendar">
</object>
--------------------------------------------------------------------------------------
This is working fine but when I click on the Calendar hyperlink at the
top left-hand corner, it redirects me to the local calendar instead of
the server mailbox one. What can I modify to redirect this hyperlink to
the server mailbox calendar as well? Thanks.
Regards,
pool
I have a situation where a user is downloading emails to a local folder
but reads his Calendar from the server mailbox instead. I have modified
the outlook.htm file which is embedded in outwvw.dll as shown below to
allow the Outlook Today page to reflect the calendar from server
mailbox.
--------------------------------------------------------------------------------------
<param NAME="Module" VALUE="Calendar">
<param NAME="Path" VALUE="\\Mailbox - XXX\Calendar">
</object>
--------------------------------------------------------------------------------------
This is working fine but when I click on the Calendar hyperlink at the
top left-hand corner, it redirects me to the local calendar instead of
the server mailbox one. What can I modify to redirect this hyperlink to
the server mailbox calendar as well? Thanks.
Regards,
pool