Reputation: 458
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
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