Examples: Signer property

This script gets the name of the person who signed a document and puts it into the variable person. For example, if Eben Law signed the document, person contains "Eben Law."

Dim doc As NotesDocument
Dim person As String
'...set value of doc...
person = doc.Signer