Do the functions in the Mail function library for Dexterity, e.g. Mail_AddressListCreate() and Mail_SendDialog() work with Exchange Web Services (EWS) when Multi-Factor Authentication (MFA) is enabled?
We have been using these Mail_xxx functions successfully for years with EWS (else, for MAPI we use the MAPI_xxx functions), but now when using Exchange with MFA enabled we are getting an Exchange login prompt that we cannot get past when trying to use the Mail_xxx functions.
We ARE able to successfully check for MFA and login as needed with syEmailObj_IsMSGraphEnabled(), syEmailObj_IsMSGraphSingedIn() and syEmailObj_MSGraphEmail_Logon(), and we can also successfully use syEmailObj_MSGraphEmail_SendEmail() to send out emails as well.
But we are specifically looking to continue to support the functionality in the Mail_SendDialog() function which opens the Compose window that allows a message to be composed and sent by the user.
Thank you in advance for any help with this.