PdcExtensionMail.AddSignature: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
== Notes == | == Notes == | ||
If this property is true, the signature of the user is automatically added to the generated email. | If this property is true, the signature of the user is automatically added to the generated email. This property is true by default. | ||
== Code example == | == Code example == |
Latest revision as of 13:13, 23 March 2023
Declaration
AddSignature as 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. This property is true by default.
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()
Availability
Available since April 2023(From version 2023.2.1.0)