Hi Members,
In Business Central, we have a DLL named MailMerge which is supported for OnPrem customizations but not cloud. Is there any cloud alternative available for the same. Basically, I need to create a mailmerge document in cloud supported way.
MailMerge := MailMerge.MailMerge();
MailMerge.CreateDocument(DataSourceFileTxt, OutStr);
MailMerge: Dotnet "MailMerge";
Any leads would be appreciated.
Thanks !