Email (Plugin)
Description
Returns the email address of the plug-in as a String (for example, the email address of the plug-in's author).
C# Syntax
// get accessor String rtn = Plugin.Email;
Examples
VBScript Example
set plugin = Application.Plugins("Mesh Filter plugin")
Application.LogMessage "Email: " & plugin.Email
SOFTIMAGE|XSI v6.01