In the alert fields of EMAIL PAGER RECEPIENTS :
TO:
CC:
BCC:
how do I prevent the type-ahead listings from showing up? Is there a local cache I can flush? This is causing me great pain when entering new entries.
You will find your cached entries in the registry key below. Just delete the ones you entered wrong. This for the "To:" field only.
[HKEY_CURRENT_USER\Software\VB and VBA Program Settings\Network Performance Monitor\Recipient]
In fact you can load addresses you wish to have cached there too by using a .reg file as so:
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\VB and VBA Program Settings\Network Performance Monitor\Recipient]"0"="routeralerts@company.com""1"="network.support@company.com, Director.IT@company.com, NACReports@OutsideVAR.com""2"="network.support@company.com""3"="just.me@company.com"
For CC Use: [HKEY_CURRENT_USER\Software\VB and VBA Program Settings\Network Performance Monitor\CC]
For BCC Use: [HKEY_CURRENT_USER\Software\VB and VBA Program Settings\Network Performance Monitor\BCC]
Best of luck! Eric
I agree.
If a typo is entered in the "incorrect" entry stays in the cache and bites me every time I select it. Since the email addresses don't resolve it's very easy to mis-type in that very small window.