Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Outlook Web Access - Show BCC box as Default

Status
Not open for further replies.

Meander365

Programmer
May 17, 2001
14
GB
Exchange Server 5.5 / Outlook 2000

When you create a new email in Outlook Web Access (OWA), the BCC box is not displayed. This is set as default.

To change this so the BCC box is shown when creating a new email, change the following values in the following files. Make a copy of each file.

File : x:\exchsrvr\WEBDATA\Usa\FORMS\IPM\NOTE\Frmroot.asp
Set the following to true : var fShowBCC = true;

File : x:\exchsrvr\WEBDATA\Usa\FORMS\IPM\NOTE\Cmpmsg.org
Set the following to 1 : if urlShowBCC = "" then urlShowBCC = "1"

If anyone has any comments about this, I'd like to hear them.

Thanks.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top