OL97: New Nickname Features in Outlook 8.02

Last reviewed: January 19, 1998
Article ID: Q169259
The information in this article applies to:
  • Microsoft Outlook 97

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          : MsgAdd
Version           : WINDOWS:8.02,97
Platform          : WINDOWS
Issue type        : kbinfo


================================================================================


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: January 19, 1998
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.