Mac Hyp: Getting the Zone of the Current Server (73759)



The information in this article applies to:

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

This article was previously published under Q73759

SUMMARY

When using the Microsoft Mail version 3.0 Software Development Kit (SDK) for HyperCard, the following function returns the AppleTalk zone of the currently selected Microsoft Mail server:
     msmail(GetServerZone)
				
The currently selected server is the server selected in the Chooser desk accessory (DA) or in the HyperCard SDK chooseServer function.

For example:
   get msmail(GetServerZone)       -- get the zone of my server
   put it                          -- put it into the message window
				
This information is take from the "Microsoft Mail HyperCard Interface Documentation."

Modification Type:MajorLast Reviewed:11/9/1999
Keywords:KB73759