How to call a COM object like Excel.Application and Outlook from node.js with electron?
I need to open outlook email client in cross-platform like macOS, Windows, and Linux.
I found win32ole and Winax but these npm packages support only windows OS, not macOS and Linux.