Share via

Apply Conditions on incoming emails in microsoft addin development

Usama Saleem 10 Reputation points
2024-04-19T13:56:11.71+00:00

I have a query related to Microsoft Outlook add-in development:

  • I am working on Microsoft outlook add-in development in Javascript and I want to perform some conditions and actions on incoming emails for example: whenever an email is received in my inbox I want to check if the email's "to" contains "test" then mark this email "as Read" and many other actions and conditions like this. I have researched a lot but couldn't find any solution
  • Can someone help me out how I can achieve this ?
Microsoft 365 and Office | Development | Other
0 comments No comments

1 answer

Sort by: Most helpful
  1. SamRamon-6302 81 Reputation points Moderator
    2024-04-19T18:35:35.0966667+00:00

    Thanks for your question. You can implement event-based activation in your Outlook add-in to have it respond to certain events (to learn more, see Configure your Outlook add-in for event-based activation). However, it currently doesn't have support for the receiving email event. If you'd like to see this implemented in the product, please create a feature request for it on the Microsoft 365 Developer Platform Ideas Forum.

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.