PdcExtensionMail.Subject

From External Bemet Wiki
Jump to navigation Jump to search

Declaration

Subject as String

Description

Returns or changes the Subject to be added to the generated email.

Notes

This property should contain a string with the text of the Subject of the email.

Code example

This code example creates an empty email, sets the subject, and shows the resulting email in a client.

Dim aEmail As PDCEXT.IExtensionMail = PDC.App.ExtensionMail
aEmail.ForceMSGraph = True

aEmail.Subject = "Test subject"

aEmail.ShowMailInClient()

Availability

Available since April 2023(From version 2023.2.1.0)