Microsoft KB Archive/169259: Difference between revisions

From BetaArchive Wiki
m (Text replacement - "<" to "<")
m (Text replacement - ">" to ">")
 
Line 68: Line 68:
The new cache method uses a file to store nicknames. The following registry key identifies the nickname file (the key is of value type STRING):
The new cache method uses a file to store nicknames. The following registry key identifies the nickname file (the key is of value type STRING):
<pre class="fixed_text">  HKEY_CURRENT_USER\Software\Microsoft\Office\8.0\Outlook\  
<pre class="fixed_text">  HKEY_CURRENT_USER\Software\Microsoft\Office\8.0\Outlook\  
   AutoNameCheck\NicknamePath = <full path to nickname file&gt;
   AutoNameCheck\NicknamePath = <full path to nickname file>
                 </pre>
                 </pre>
The new cache size defaults to a 64 entry limit unless you specify another size in the following registry key (the key is of value type DWORD):
The new cache size defaults to a 64 entry limit unless you specify another size in the following registry key (the key is of value type DWORD):
<pre class="fixed_text">  HKEY_CURRENT_USER\Software\Microsoft\Office\8.0\Outlook\  
<pre class="fixed_text">  HKEY_CURRENT_USER\Software\Microsoft\Office\8.0\Outlook\  
   AutoNameCheck\MaxNicknames = <maximum number of entries&gt; (defaults
   AutoNameCheck\MaxNicknames = <maximum number of entries> (defaults
   to 64 if key does not exist)
   to 64 if key does not exist)
                 </pre>
                 </pre>
You can turn the storage of a nickname list on or off without changing the automatic name check feature. If the following registry key is missing or set to zero, the nicknames feature is on. If the following registry key is set to 1, the nicknames feature is off (the key is of value type DWORD):
You can turn the storage of a nickname list on or off without changing the automatic name check feature. If the following registry key is missing or set to zero, the nicknames feature is on. If the following registry key is set to 1, the nicknames feature is off (the key is of value type DWORD):
<pre class="fixed_text">  KEY_CURRENT_USER\Software\Microsoft\Office\8.0\Outlook\  
<pre class="fixed_text">  KEY_CURRENT_USER\Software\Microsoft\Office\8.0\Outlook\  
   AutoNameCheck\NoNicknames = <0 or 1&gt;
   AutoNameCheck\NoNicknames = <0 or 1>
                 </pre>
                 </pre>



Latest revision as of 23:18, 20 July 2020

Knowledge Base


Article ID: 169259

Article Last Modified on 1/19/2007



APPLIES TO

  • Microsoft Outlook 97 Standard Edition



This article was previously published under Q169259

IMPORTANT: This article contains information about editing the registry. Before you edit the registry, you should first make a backup copy of the registry files (System.dat and User.dat). Both are hidden files in the Windows folder.

SUMMARY

This article describes improvements in Microsoft Outlook 97 version 8.02, and how it caches friendly nicknames.

MORE INFORMATION

Outlook 97, version 8.02 improves control over the storage and usage of friendly nicknames used for name resolution. Improvements include the following features:

  • An improved method for storing nicknames, making it easier to control and flush the nickname list.
  • A default 64 entry limit for the nicknames list and the ability to increase this limit in the Windows Registry.
  • Ability to turn the building of a nickname list on or off, without effecting the automatic name checking setting in the Outlook profile.
  • New Non-Delivery Receipt message that tries to determine if the non-delivery resulted from a bad nickname. If so, Outlook deletes the bad nickname from the list.

WARNING: Using Registry Editor incorrectly can cause serious problems that may require you to reinstall Windows 95. Microsoft cannot guarantee that problems resulting from the incorrect use of Registry Editor can be solved. Use Registry Editor at your own risk.

IMPORTANT: This article contains information about editing the registry. Before you edit the registry, you should first make a backup copy of the registry files (System.dat and User.dat). Both are hidden files in the Windows folder.

The new cache method uses a file to store nicknames. The following registry key identifies the nickname file (the key is of value type STRING):

   HKEY_CURRENT_USER\Software\Microsoft\Office\8.0\Outlook\ 
   AutoNameCheck\NicknamePath = <full path to nickname file>
                

The new cache size defaults to a 64 entry limit unless you specify another size in the following registry key (the key is of value type DWORD):

   HKEY_CURRENT_USER\Software\Microsoft\Office\8.0\Outlook\ 
   AutoNameCheck\MaxNicknames = <maximum number of entries> (defaults
   to 64 if key does not exist)
                

You can turn the storage of a nickname list on or off without changing the automatic name check feature. If the following registry key is missing or set to zero, the nicknames feature is on. If the following registry key is set to 1, the nicknames feature is off (the key is of value type DWORD):

   KEY_CURRENT_USER\Software\Microsoft\Office\8.0\Outlook\ 
   AutoNameCheck\NoNicknames = <0 or 1>
                

REFERENCES

For information about how to edit the registry, view the Changing Keys And Values online Help topic in Registry Editor (Regedit.exe). Note that you should make a backup copy of the registry files (System.dat and User.dat) before you edit the registry.

Keywords: kbinfo KB169259