PdcExtensionMail.AddSignature: Difference between revisions
Jump to navigation
Jump to search
Created page with "== Declaration == AddSignatureas Boolean == Description == Returns or changes the AddSignature flag == Notes == If this property is true, the signature of the user is autom..." |
No edit summary |
||
Line 1: | Line 1: | ||
== Declaration == | == Declaration == | ||
AddSignature as Boolean | |||
== Description == | == Description == |
Revision as of 12:49, 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.
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)