Enhancing filtering on toRecipients

Enhancing filtering on toRecipients
0

Upvotes

Upvote

 Jul 24 2021
0 Comments 
New

With plus addressing, clients are reusing the same email address for multiple applications. It would be nice to be able to filter messages on plus addressing as well. 

Ex: https://graph.microsoft.com/v1.0/me/messages?$search="recipients:johndoe@microsoft.com" gives us only emails send to this email address and doesn't return if John Doe has received emails from johndoe+test@microsoft..com. Can this be enhance to filter emails if the recipient is johndoe+test@microsoft.com?

Would be great if the feature could extend to https://graph.microsoft.com/v1.0/me/messages?$search="to:johndoe@microsoft.com".