Exchange Server Forums
Forums |
Register |
Login |
My Profile |
Inbox |
RSS
|
My Subscription |
My Forums |
Address Book |
Member List |
Search |
FAQ |
Ticket List |
Log Out
Suggested Names and OWA
Users viewing this topic:
none
|
Logged in as: Guest
|
Login | |
|
Suggested Names and OWA - 9.Jul.2009 11:25:49 PM
|
|
|
stefshuuj
Posts: 46
Joined: 30.Jul.2007
Status: offline
|
Hi All, In Outlook you can turn off the setting called "Suggesting names while completing To, Cc and Bcc field" Is there an equivalent in OWA 2007 to be able to turn this off? I don't seem to be able to find one and management insist it is off after a few costly mistakes by staff. Thanks in Advance. Stephen
|
|
|
RE: Suggested Names and OWA - 10.Jul.2009 9:56:58 AM
|
|
|
leederbyshire
Posts: 1356
Joined: 4.Jan.2006
Status: offline
|
There is no easy way, but you can edit your most recent uglobal.js file in C:\Program Files\Microsoft\Exchange Server\ClientAccess\Owa\8.1.375.2\scripts\premium search for the function gtCch(), and edit it so that it looks like this: function gtCch() { if(!g_fGtCch) { g_fGtCch=1; var oR=new oeReq("RecipWell","GetCache",0,cbGtCch); oR.send(); } } then comment out the lines that get the names cache, like this: function gtCch() { if(!g_fGtCch) { g_fGtCch=1; //var oR=new oeReq("RecipWell","GetCache",0,cbGtCch); //oR.send(); } } of course, you should back up your original copy, just in case. note that the clients won't see a change until they empty their browser cache. not also that you will have to check to make sure that your changes haven't been superseded by future Exchange SPs and patches.
_____________________________
Lee. ___________________________________ Outlook Web Access for PDA and WAP: www.leederbyshire.com ___________________________________
|
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts |
|