PdcExtensionMail.AddSignature

From External Bemet Wiki
Jump to navigation Jump to search

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)