This topic has not yet been rated - Rate this topic

SignatureSetup Object (Office)

Published: July 09, 2012

Represents the information used to set up a signature packet.

The following example sets various properties of the SignatureSetup object for a signature packet.

Dim objSigSetup As SignatureSetup 
With objSigSetup 
.AllowComments = True 
.ShowSignDate = True 
.SigningInstructions = "Please sign this document." 
.SuggestedSignerEmail = "jdow@example.com" 
Next
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.