A plug-in method
From INVOICES you can access any plug-in that is installed. If a plug-in contains a ConfigurePlugin method, you can also configure it. (Instructions.)
Always return EV_OK.
This method is optional.
Function ConfigurePlugin() As Long
MsgBox "This plug-in moves images from 'Ident' to 'Source' directory before the job is started."
ConfigurePlugin = EV_OK
End Function
As the method name implies, you can use this to configure your plug-in.