Plugin.Email

Description

Returns the email address of the plug-in as a String (for example, the email address of the plug-in's author).

Examples

VBScript Example

set plugin = Application.Plugins("Mesh Filter plugin")
Application.LogMessage "Email: " & plugin.Email