Answered
I'm looking for a way for an email to be sent to me automatically (or at least open the message from outlook) when a shared document is digitally signed. It would be helpful for the subject to be the filename of the document which was signed. Thank you.
1. Activate the "Select Object" tool from the Advanced Editing toolbar
2. Right click on the signature field
3. Select Properties from the popup menu
4. Click on the "Signed" tab in the properties dialog
5. Enter code similar to this
app.mailMsg({cTo: "me [at] mine [dot] com", cSubject: this.documentFileName});
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script