 ------------------------------------------------------------------------------
 Copyright (c) Siegfried Weber. All rights reserved.

 THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT
 WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED,
 INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES
 OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR
 PURPOSE

 You are free to use this content within your own applications,
 but you are expressly forbidden from selling or otherwise
 distributing this content without prior written consent.
 This includes both posting free demo projects made from this
 content as well as reproducing the content in any other format.

------------------------------------------------------------------------------

 NAME:    ViewMessageSource.Readme.txt
 VERSION: 1.00 - 03/18/2004 Initial release

For the latest version and information, check:
http://playground.doesntexist.org/

 DESCRIPTION:

This modification adds an option to view the message source to the OWA 2003 rich client
UI mail right-click context menu. It has been tested and will run with Internet Explorer 5.0 (and above) only.

 NOTE:

This Exchange 2003 OWA tweak is unsupported by Microsoft. If you are running into problems you
might need to revert back to to the backup done before applying this tweak. It has been tested with
Exchange 2003 OWA RTM US-English and might not work with any other version of Exchange 2003.

 CONTENTS:

- The JavaScript file "util_View.js" containing JScript and HTML code to enhance the OWA 2003 right-click menu
- This readme text "ViewMessageSource.Readme.txt" file.

 INSTALL:

1.  Logon to your Exchange server computer.
2.  Unzip all files into a directory "C:\ViewMessageSource\" on the above computer.
3.  Locate the Exchange server 2003 installation directory (usually "C:\Program Files\Exchsrvr".
4.  Locate the folder "exchweb\6.5.6944.0\controls".
6.  Make a backup copy of the existing file "util_View.js".
7.  Replace the existing file with the new "util_View.js" extracted to the folder in step #2.
8.  Do an "iisreset" from the command line (note: this will kick out all OWA users).
9.  Clear your local browser cache.

 UNINSTALL:

1.  Logon to your Exchange server computer.
2.  Locate the directory "C:\ViewMessageSource\" on the above computer.
    NOTE: If you have used a different directory or drive you need to change to this one instead.
3.  Locate the Exchange server 2003 installation directory (usually "C:\Program Files\Exchsrvr".
4.  Locate the folder "exchweb\6.5.6944.0\controls".
6.  Replace the existing file with the backup copy of "util_View.js" you made previously.
7.  Do an "iisreset" from the command line (note: this will kick out all OWA users).
8.  Clear your local browser cache.

 CONFIGURATION:

No extra configuration steps required.

 OPERATION:

Open Internet Explorer and log on to your Exchange 2003 Outlook Web Access mailbox. Then select a mail in your inbox and right-click it.
You'll now see a new context menu entry named "View Source". If you click it a new window opens showing the full message source.

 TROUBLESHOOTING:

If the context menu item does not show up on the client computer try to clear the Internet Explorer browser cache.
Make sure that you use Internet Explorer 5.0 or above and you are connected to your Outlook Web Access machine in rich/premium client mode.
