Returns the email address of the plug-in as a String (for example, the email address of the plug-in's author).
// get accessor String rtn = Plugin.Email; |
set plugin = Application.Plugins("Mesh Filter plugin") Application.LogMessage "Email: " & plugin.Email |