Link to home
Start Free TrialLog in
Avatar of ShailendraJadhav
ShailendraJadhav

asked on

Enable BCC field to all webmail users by default (Exchange 2010 server)

We have Exchange 2010 server having CAS role with SP2.We want all users should get BCC filed by default when they clcik new message.Currently users need to click Option button and need to check mark on "Show BCC"  to get BCC tab in new message. Is there way so users will get BCC button by default when they click new message instead go by option tab.
Avatar of ShailendraJadhav
ShailendraJadhav

ASKER

Would you please provide us an update as its urgent.
ASKER CERTIFIED SOLUTION
Avatar of TelnetServices
TelnetServices
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Shivkumar Sharma
This worked for us. Alter this file at your own risk. You can apply
this fix without restarting any services and it works on the fly.

******In \Exchange2007\ClientAccess\Owa\forms\premium
\editmessage.aspx*********


******Change this Block of code (search for bcc)**********


<tr id="trBcc" <%= ShowBcc ? "" : " style=\"display:none\"" %>>
                        <td class="tdABB">
                                <a id="btnBcc" class="flat btn <%=UserContext.IsRtl ? "r" : "l"%>"
<%RenderOnClick("shwABM(\"divBcc\");");%> hidefocus="true"
tabindex="-1" href="#">
                                        <img align=absmiddle src="<
%UserContext.RenderThemeFileUrl(Response.Output,
ThemeFileId.AddressBook);%>"> < 
%=LocalizedStrings.GetHtmlEncoded(Strings.IDs.BccEllipsis)%>
                                </a>
                        </td>
                        <td>
                                <%
                                if (ShowBcc)
                                        RecipientWell.Render(Response.Output, UserContext,
RecipientWellType.Bcc);
                                else
                                        RecipientWell.Render(Response.Output, UserContext,
RecipientWellType.Bcc, RecipientWell.RenderFlags.Hidden);
                                %>
                        </td>
                </tr>


******To This************


<tr id="trBcc">
                        <td class="tdABB">
                                <a id="btnBcc" class="flat btn <%=UserContext.IsRtl ? "r" : "l"%>"
<%RenderOnClick("shwABM(\"divBcc\");");%> hidefocus="true"
tabindex="-1" href="#">
                                        <img align=absmiddle src="<
%UserContext.RenderThemeFileUrl(Response.Output,
ThemeFileId.AddressBook);%>"> < 
%=LocalizedStrings.GetHtmlEncoded(Strings.IDs.BccEllipsis)%>
                                </a>
                        </td>
                        <td>
                                <% RecipientWell.Render(Response.Output, UserContext,
RecipientWellType.Bcc); %>
                        </td>
                </tr>


**************************


Now BCC is on by default and can be turned off in options.

You may try it for Exchange 2010
This workaround is not needed in 2010 as the "always show BCC" option (that wasn't there in 07) is now included.  The only downside is that you need to do this (once) per user
But it still has to be enabled for each user individually which I think would be tedious for big enterprises

Any Updates Please, Since the Question is going unattended, dont let it go unattended and please do the needfull. if we have not come up to your satisfaction then please ask for help from all the experts or if need be please accept the answers or delete the question. Thank you sir
Any Updates Please, Since the Question is going unattended, dont let it go unattended and please do the needfull. if

we have not come up to your satisfaction then please ask for help from all the experts or if need be please accept

the answers or delete the question. Thank you sir

Kind Regards and Happy New Year in Advance
Any Updates Please, Since the Question is going unattended, dont let it go unattended and please do the needfull. if we have not come up to your satisfaction then please ask for help from all the experts or if need be please accept the answers or delete the question. Thank you sir
Any Updates Please, Since the Question is going unattended, dont let it go unattended and please do the needfull. if we have not come up to your satisfaction then please ask for help from all the experts or if need be please accept the answers or delete the question.

Thank you sir

Happy New Year 2012
Any Updates Please, Since the Question is going unattended, dont let it go unattended and please do the needfull. if we have not come up to your satisfaction then please ask for help from all the experts or if need be please accept the answers or delete the question.

Thank you sir
Any Updates Please, Since the Question is going unattended, dont let it go unattended and please do the needfull. if we have not come up to your satisfaction then please ask for help from all the experts or if need be please accept the answers or delete the question.

Thank you sir
Any Updates Please, Since the Question is going unattended, dont let it go unattended and please do the needfull. if we have not come up to your satisfaction then please ask for help from all the experts or if need be please accept the answers or delete the question.

Thank you sir
Any Updates Please, Since the Question is going unattended, dont let it go unattended and please do the needfull. if we have not come up to your satisfaction then please ask for help from all the experts or if need be please accept the answers or delete the question.

Thank you sir