MK446
MK446

Reputation: 458

How to get outlook rest push notification when I get new email in an email conversation

As per Outlook Push Notifications Rest API referance documentation https://outlook.office.com/api/v2.0/me/messages is resource url that we need to use for subscribing email notification. Now I want to get push notification when ever there is an new email in email conversation. Does Outlook push notification supports this?

Upvotes: 0

Views: 366

Answers (1)

RasmusW
RasmusW

Reputation: 3461

If you can express the conversation with a filter expression, you can use the push notification filtering properties: https://msdn.microsoft.com/en-us/office/office365/api/notify-rest-operations#RefineConditionsV2

Upvotes: 1

Related Questions