How to create tags and add tag to a particular conversation in outlook using dev API?

Akshay Verma 0 Reputation points
2024-01-08T18:21:15.97+00:00

Other CRMs like Front, HubSpot, etc. provide dev API to create tags and add tag to a particular conversation in the inbox. Does Outlook provide this functionality?

Outlook Windows Classic Outlook for Windows For business
Microsoft Security Microsoft Graph
{count} votes

1 answer

Sort by: Most helpful
  1. ChristyZhang-MSFT 26,121 Reputation points Microsoft External Staff
    2024-01-09T07:20:27.4366667+00:00

    Hi @Akshay Verma ,

    Welcome to our forum!

    Does Outlook provide this functionality?

    As i know, we can try the following steps:

    1.Create Outlook category.

    2.Assign categories by updating the message: Update message.
    User's image

    Then we can filter emails by category:

    https://graph.microsoft.com/v1.0/me/messages?$filter=categories/any(c:c eq 'Yellow')
    
    

    Hope to help you!


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


Your answer

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