PdcExtensionMail.AddSignature

From External Bemet Wiki
Revision as of 12:49, 23 March 2023 by TC (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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)