Lotus Notes: Create toolbar button for multiple HTML email signatures
Notes 8.5ish. Since there is no default way to add a button to insert one or more signatures..
Go to toolbar preferences, create a new button.
Use the format below...note if using a unc path \ must be escaped with another \.
so \ becomes \\
and \\ becomes \\\\
@Command([FileImport];"HTML";"FILEPATH"
real example:
@Command([FileImport];"HTML";"\\\\SERVER\\FOLDER\\IT\\HOME\\username\my documents\\Email Sigs\\secengInternal.htm")











