PC Win: Duplicate Menu Options (112288)



The information in this article applies to:

  • Microsoft Mail for Windows 3.0
  • Microsoft Mail for Windows 3.0b
  • Microsoft Mail for Windows 3.2

This article was previously published under Q112288

SUMMARY

When you create custom menus, you may get a duplicated entry in the menu listing, as well as a missing entry.

The MSMAIL.INI and SHARED.INI files require the following syntax:
   Tag=Mail version;[Menu Name]; [Command Name];...
				
If, when defining a menu, you use the same Tag, it will be repeated in the menu listing.

MORE INFORMATION

A example of duplicate entries is:
   [Custom commands]
   MyCommand=3.0;File;&Run Notepad;0;appexec.dll;notepad; ...
   MyCommand=3.0;File;&Run Calculator;0;appexec.dll;calc; ...
				
This will place Run Notepad under the File menu twice because the tag is not unique.

An example of correct entries is:
   [Custom commands]
   MyCommand1=3.0;File;&Run Notepad;0;appexec.dll;notepad; ...
   MyCommand2=3.0;File;&Run Calculator;0;appexec.dll;calc; ...
				

Modification Type:MajorLast Reviewed:11/19/2003
Keywords:KB112288