PdcExtensionMail.FromAddress

From External Bemet Wiki
Revision as of 12:42, 22 June 2023 by TC (talk | contribs) (Created page with "== Declaration == FromAdress as String == Description == Returns or changes the Emailaddress from which the generated email must be send. == Notes == This property should co...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Declaration

FromAdress as String

Description

Returns or changes the Emailaddress from which the generated email must be send.

Notes

This property should contain a valid Emailaddress.

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.FromAddress = "[email protected]"

aEmail.ShowMailInClient()

Availability

Available since June 2023(From version 2023.3.1.0)