Hi everyboy.
I am looking for a way to open a send email window with an attachment with the new Outlook from a Powerbuilder application.
Apparently this new version is no longer compatible with COM or VSTO or (MAPI ? )
https://learn.microsoft.com/fr-fr/office/dev/add-ins/outlook/outlook-add-ins-overview
I don't see how to use the new Outlook API from PowerBuilder.
Thanks, Thierry
In my case, our customers can choose. Use our integrated email client (which supports POP, IMAP and SMTP) or use another email client like Outlook (with COM interface) or for other email clients (with MAPI interface.)
For various reasons, some of our customers absolutely want to use Outlook and now Outlook New. That's why I'm looking for a way to drive the new Outlook.
For Outlook you just need to send an email with an attachment.
If you have javascript specialists in your development teams, I would appreciate any help..
Thanks
We have solutions that read the inbox and automaticaly process Inbound emails. Currently we do this through MAPI, so we need to find an alternative solution going forward.
Likewise we have client who insist on the Outbound email being in their send items (they do not want a BCC copy) . We have to use MAPI to send emails to achieve this.
We are looking at Microsoft Graph API for this sort of thing, but it's really a bit of overkill. This chat is very useful to share ideas.