PdcExtensionMail.ForceMSGraph
Declaration
ForceMSGraph as Boolean
Description
Returns or changes the ForceMSGraph flag
Notes
If this property is set to true, it will force the email to be sent/saved/shown via Microsoft Graph. When showing the email in the client, a link will be pushed to the users local PC to open the email in Outlook in the browser.
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.ForceMSGraph = True
aEmail.ShowMailInClient()
Availability
Available since April 2023(From version 2023.2.1.0)