Microsoft KB Archive/135295: Difference between revisions

From BetaArchive Wiki
m (Text replacement - "<" to "<")
m (Text replacement - """ to """)
 
(One intermediate revision by the same user not shown)
Line 66: Line 66:
# Start Exchange.
# Start Exchange.
# On the Compose menu, click WordMail Options.
# On the Compose menu, click WordMail Options.
# Check or clear the &quot;Enable Word as Email Editor&quot; check box.
# Check or clear the "Enable Word as Email Editor" check box.
# Click OK.
# Click OK.


Line 80: Line 80:
<div class="indent">
<div class="indent">


<p><span class="kbd userinput"> <drive&gt;:\setup /Y</span></p>
<p><span class="kbd userinput"> <drive>:\setup /Y</span></p>


</div>
</div>
where <drive&gt; is the letter of the drive that contains Setup Disk #1.</li>
where <drive> is the letter of the drive that contains Setup Disk #1.</li>
<li>Click OK.</li>
<li>Click OK.</li>
<li>Click Reinstall. This will re-register Word (and all Office applications, if you run Office Setup). The WordMail Options will now be available on the Compose menu in Exchange.</li></ol>
<li>Click Reinstall. This will re-register Word (and all Office applications, if you run Office Setup). The WordMail Options will now be available on the Compose menu in Exchange.</li></ol>
Line 100: Line 100:
<li>Create a new String Value and name it WordMail</li>
<li>Create a new String Value and name it WordMail</li>
<li><p>Modify the value WordMail to be the following:</p>
<li><p>Modify the value WordMail to be the following:</p>
<pre class="fixed_text">4.0;<Path to word&gt;\Wordmail\wordmail.dll;1;10000000000001
<pre class="fixed_text">4.0;<Path to word>\Wordmail\wordmail.dll;1;10000000000001
                     </pre></li>
                     </pre></li>
<li>Create a new String Value and name it Stationery.</li>
<li>Create a new String Value and name it Stationery.</li>
<li><p>Modify the value Stationery to be the following:</p>
<li><p>Modify the value Stationery to be the following:</p>
<pre class="fixed_text">4.0;<Path to Winword&gt;\Wordmail\station.dll;1
<pre class="fixed_text">4.0;<Path to Winword>\Wordmail\station.dll;1
                         </pre>
                         </pre>
<p>The result should be two new String Values similar to the following:</p>
<p>The result should be two new String Values similar to the following:</p>
<pre class="fixed_text">-------------------------------------------------------------------------
<pre class="fixed_text">-------------------------------------------------------------------------
Name      Data
Name      Data
Stationery &quot;4.0;C:\MSOffice\Winword\Wordmail\station.dll;1&quot;
Stationery "4.0;C:\MSOffice\Winword\Wordmail\station.dll;1"
WordMail  &quot;4.0;C:\MSOffice\Winword\Wordmail\wordmail.dll;1;10000000000001&quot;
WordMail  "4.0;C:\MSOffice\Winword\Wordmail\wordmail.dll;1;10000000000001"
                     </pre></li>
                     </pre></li>
<li>Start Exchange. The WordMail Options will now be available on the Compose menu in Exchange.</li></ol>
<li>Start Exchange. The WordMail Options will now be available on the Compose menu in Exchange.</li></ol>

Latest revision as of 10:03, 21 July 2020

Article ID: 135295

Article Last Modified on 8/16/2005



APPLIES TO

  • Microsoft Word 95 Standard Edition



This article was previously published under Q135295

SUMMARY

Word for Windows 95 includes a component called WordMail that allows you to create new Exchange messages using most of the features in Word. If you are using Exchange as your e-mail client interface and have Word and the WordMail component installed on your computer, you can use WordMail as your e-mail editor.

Disabling WordMail can be an important part of troubleshooting e-mail- related problems. Testing an e-mail problem after you disable WordMail will help you determine whether the problem is with Word or with the Exchange client in general.

To run WordMail with adequate performance, 12 MB of RAM is recommended.

MORE INFORMATION

The order of installation determines whether WordMail is enabled automatically:

  • If Exchange is installed first and Word is installed second, WordMail is automatically enabled.
  • If Word is installed first, and Exchange is installed second, WordMail is not enabled, and the menu item for enabling WordMail is not available in Exchange.

To enable or disable WordMail, use the appropriate steps, depending on which program was installed first:

If Exchange was installed first

  1. Start Exchange.
  2. On the Compose menu, click WordMail Options.
  3. Check or clear the "Enable Word as Email Editor" check box.
  4. Click OK.

If Word was installed first

Method 1: Run Setup with the /y switch:

  1. Insert the Word or Office Setup Disk #1 in your floppy disk drive.
  2. Click the Start button and then click Run.
  3. In the Open box, type the following:

    <drive>:\setup /Y

    where <drive> is the letter of the drive that contains Setup Disk #1.
  4. Click OK.
  5. Click Reinstall. This will re-register Word (and all Office applications, if you run Office Setup). The WordMail Options will now be available on the Compose menu in Exchange.

Method 2: If Method 1 does not work, or is not feasible in your situation, modify the Registry.

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.

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.

  1. Locate the following key in the Registry:

    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Exchange\Client\Extensions
                        
  2. Create a new String Value and name it WordMail
  3. Modify the value WordMail to be the following:

    4.0;<Path to word>\Wordmail\wordmail.dll;1;10000000000001
                        
  4. Create a new String Value and name it Stationery.
  5. Modify the value Stationery to be the following:

    4.0;<Path to Winword>\Wordmail\station.dll;1
                            

    The result should be two new String Values similar to the following:

    -------------------------------------------------------------------------
    Name       Data
    Stationery "4.0;C:\MSOffice\Winword\Wordmail\station.dll;1"
    WordMail   "4.0;C:\MSOffice\Winword\Wordmail\wordmail.dll;1;10000000000001"
                        
  6. Start Exchange. The WordMail Options will now be available on the Compose menu in Exchange.



Additional query words: word95 word7 7.0 word mail email e-mail electronic text editor hangs

Keywords: kbhowto kbinterop KB135295