PdcExtensionMail.AddSignature
Declaration
AddSignatureas Boolean
Description
Returns or changes the AddSignature flag
Notes
If this property is true, the signature of the user is automatically added to the generated email.
Code example
This code example creates an empty email, sets the AddSignature flag, and shows the resulting email in a client.
Dim aEmail As PDCEXT.IExtensionMail = PDC.App.ExtensionMail
aEmail.AddSignature = cbAddSignature.Checked
aEmail.ShowMailInClient()
End Sub
Availability
Available since April 2023(From version 2023.2.1.0)