Search via URL directly on outlook 365 (web version)

A7m3d 21 Reputation points
2022-10-07T10:59:59.27+00:00

**Hi ...
I'm working on list of emails subjects in excel sheet, and I need to use hyperlinks to open outlook and search for the cell value - Email subject - I made some researches trying to use the Deep link of outlook :
but not worked
Deep Link URL :

"https://outlook.office.com/mail/deeplink/search?query=Test"

Excel formula :

=HYPERLINK("https://outlook.office.com/mail/deeplink/search?query="&[@ID],'link')

thanks in advance**

Microsoft 365 and Office | Excel | For business | Windows
{count} votes

Accepted answer
  1. Ceasar Chen_MSFT 4,481 Reputation points
    2022-10-10T06:44:59.537+00:00

    Hi, @A7m3d
    Excel basic functions can not be implemented, using graph APIs can also achieve this search graph-explorer. Search statement as follows: https://graph.microsoft.com/v1.0/me/messages?$filter=subject eq 'test'


    If the response is helpful, please click "Accept Answer" and upvote it.
    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.

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

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.