PdcExtensionMail.ForceSmtp
Declaration
ForceSmtp as Boolean
Description
Returns or changes the ForceSmtp flag
Notes
If this property is set to true, it will force the email to be sent via SMTP, or shown in the Bemet email form.
Code example
This code example creates an empty email, and shows the resulting email in a client.
Dim aEmail As PDCEXT.IExtensionMail = PDC.App.ExtensionMail
aEmail.ForceSmtp = True
aEmail.ShowMailInClient()
Availability
Available since April 2023(From version 2023.2.1.0)