You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You have to use a require clause.
If you don't, node says ReferenceError: ActiveXObject is not defined
If you do, there is no errors, and node exits normaly when your script ends.
you should add a console.log as last line.
You should search the Internet for code doing what you want with the Outlook ActiveX, either in VBA or in Javascript, and validate the code witch cscript.exe
Then try with winax, and open issue if you found problems.
Hello,
I am trying to use Winax on Outlook. The goal is to browse the mails in addresses.
I start with:
Then:
var obBoite = obNameSpace.Folders (‘[email protected] ’);
Node.js closes directly without an error message.
Do you have sample code to browse email addresses open in Outlook.exe?
Thank you
The text was updated successfully, but these errors were encountered: