TAdvOutlookMail Send mail outlook oauth

Problems sending emails with Graph

  • If we try to define the scope with AdvOutlookMail.Scopes.Add('``https://graph.microsoft.com/Mail.Send``');, the email is not sent.

  • With AdvOutlookMail.Scopes.Add('``https://outlook.office.com/mail.send``');, the email is sent successfully, but we've read that Microsoft has stopped offering this option.

Is there any way to send emails with Graph?

Hi,

Please note that TAdvOutlookMail from the TMS VCL Cloud Pack is a legacy component based on a previous version of the Microsoft Outlook API.
We recommend migrating to TTMSFNCCloudMicrosoftOutlookMail in the TMS FNC Cloud Pack. TTMSFNCCloudMicrosoftOutlookMail is built on the Microsoft Graph API and is fully compatible with VCL.

Are you saying we have to stop working with TMS VCL Cloud Pack? It won't evolve? Do we have to migrate all our projects to FNC components because the VCL components won't evolve (TMS VCL UI Pack, TMS VCL Cloud Pack, TMS VCL Chart, TMS Scripter VCL)?