Mac Hyp: Getting the Message Name from the Message Type (62133)



The information in this article applies to:

  • Microsoft Mail Software Development Kit (SDK) for HyperCard 2.0
  • Microsoft Mail Software Development Kit (SDK) for HyperCard 3.0

This article was previously published under Q62133

SUMMARY

The following command returns the name of the message form with the given type:
   msmail(getMessageName [, type]) => name
				
For example:
   put msmail(getMessageName, "Mess") into messageName
				
This puts "Note" into messageName.

If no type is specified, then a list of all the names is returned.

This information is taken from the "Microsoft Mail HyperCard Interface Documentation."

Modification Type:MajorLast Reviewed:10/2/2003
Keywords:KB62133