Microsoft KB Archive/311312

From BetaArchive Wiki
Knowledge Base


Article ID: 311312

Article Last Modified on 2/21/2007



APPLIES TO

  • Microsoft Exchange 2000 Server Standard Edition



This article was previously published under Q311312

IMPORTANT: This article contains information about modifying the registry. Before you modify the registry, make sure to back it up and make sure that you understand how to restore the registry if a problem occurs. For information about how to back up, restore, and edit the registry, click the following article number to view the article in the Microsoft Knowledge Base:

256986 Description of the Microsoft Windows Registry


SUMMARY

Exchange 2000 Server Service Pack 2 (SP2) includes options that you can use to change the behavior of the Microsoft Exchange Connector for Lotus Notes. You can change these options by using registry keys on the server that is running the Exchange Notes Connector.

For additional information about the latest service pack for Microsoft Exchange 2000 Server, click the article number below to view the article in the Microsoft Knowledge Base:

301378 XGEN: How to Obtain the Latest Exchange 2000 Server Service Pack


MORE INFORMATION

The English-language version of this feature should have the following file attributes or later:

Component: Exchange Notes Connector

File name Version
Lsmexnts.exe 6.0.4720.77
Lsntshc.dll 6.0.4720.77


Strip Tag

The Strip Tag functionality modifies messages before the messages are converted from Hypertext Markup Language (HTML) to Rich Text Format (RTF), and then subsequently converted to Lotus Notes format. The Strip Tag functionality modifies sequences of non-breaking spaces into simple spaces. In HTML source code, non-breaking spaces are:

&nsbp;
                    

To turn on or turn off the Strip Tag functionality, add or modify the RTFSTRIPTAG registry value. To do so, you have to edit the registry.

WARNING: If you use Registry Editor incorrectly, you may cause serious problems that may require you to reinstall your operating system. Microsoft cannot guarantee that you can solve problems that result from using Registry Editor incorrectly. Use Registry Editor at your own risk.

To add the RTFSTRIPTAG value:

  1. Start Registry Editor (Regedt32.exe).
  2. Locate and click the following key in the registry:

    HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\LME-NOTES\Parameters

  3. On the Edit menu, click Add Value, and then add the following registry value:

    Value name: RTFSTRIPTAG
    Data type: REG_SZ
    Value data: To turn on the Strip Tag functionality, set this value to "2." To turn off the Strip Tag functionality, set this value to "0."

  4. Quit Registry Editor.

Plain Text Only

The Plain Text Only functionality causes messages to be converted from HTML to plain text, before the messages are subsequently converted to Lotus Notes format. The Plain Text Only functionality may be useful if messages do not seem to be converted correctly, and you want an immediate workaround.

To turn on or turn off the Plain Text Only functionality, add or modify the PlainTextOnly registry value. To add the PlainTextOnly registry value:

  1. Start Registry Editor (Regedt32.exe).
  2. Locate and click the following key in the registry:

    HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\LME-NOTES\Parameters

  3. On the Edit menu, click Add Value, and then add the following registry value:

    Value name: PlainTextOnly
    Data type: REG_SZ
    Value data: To turn on the Plain Text Only functionality, set this value to "1." To turn off the Plain Text Only functionality, set this value to "0."

  4. Quit Registry Editor.

Archive RTF

The Archive RTF functionality causes RTF copies of messages to be preserved in the Temp folder of the Exchange Notes Connector so that you can examine the messages later. The Archive RTF functionality may be useful when you are troubleshooting issues that occur converting messages to RTF format, and from RTF format to Lotus Notes format.

To turn on or turn off the Archive RTF functionality, add or modify the ARCHIVERTF registry value. To add the ARCHIVERTF registry value:

  1. Start Registry Editor (Regedt32.exe).
  2. Locate and click the following key in the registry:

    HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\LME-NOTES\Parameters

  3. On the Edit menu, click Add Value, and then add the following registry value:

    Value name: ARCHIVERTF
    Data type: REG_SZ
    Value data: To turn on the Archive RTF functionality, set this value to "1." To turn off the Archive RTF functionality, set this value to "0."

  4. Quit Registry Editor.


Keywords: kbexchange2000sp2fea kbfix kbinfo kbqfe KB311312