Meander365
Programmer
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.
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.