Reputation: 13
I'm trying to create an outlook web add-in using Node.js in which I am trying to do the following things:
- make an API call on receiving email
- label emails
- move emails to spam
- get all emails of a specific folder
Is this possible? If Yes then how? Please give me the links to any documentation or tutorials for the same.
These things, I am able to do in the desktop VSTO COM add-in for the desktop application.
Upvotes: 0
Views: 66
Reputation:
For developing an add-in for outlook please refer to https://learn.microsoft.com/en-us/outlook/add-ins/
Upvotes: 1