Direct Link OWA message mailbox vs sharedemail

MDL 1 Reputation point
2022-05-06T12:50:50.653+00:00

Hi everyone,

in one solution I used the following link to create a direct link to a specific email

https://outlook.office.com/owa/?ItemID=[emailID]&viewmodel=ReadMessageItem&exvsurl=1

and a user (already logged in with the browser via the https://outlook.office.com/owa/ link) can open the link without any problem.

Now I need the same function with a shared email but there seems to be some problem on the URL format, also because the "login" page for a shared email is different https://outlook.office.com/mail/[sharedEmailAddress]

Does anyone know how to change the URL that works for a standard email to a shared one?

Maybe adding some parameters like realm=[sharedEmailAddress] ?

Thanks

Exchange Server Development
Exchange Server Development
Exchange Server: A family of Microsoft client/server messaging and collaboration software.Development: The process of researching, productizing, and refining new or existing technologies.
507 questions
{count} votes

1 answer

Sort by: Most helpful
  1. MDL 1 Reputation point
    2022-05-23T15:25:59.1+00:00

    I share the solution I found on my own, since I noticed several questions on this topic.

    So:
    Direct link to cloud emailbox
    https://outlook.office.com/owa/?ItemID=[emailID]&viewmodel=ReadMessageItem&exvsurl=1

    Direct link to shared emailbox
    https://outlook.office.com/mail/[sharedmailbox]/?ItemID=[emailID]&viewmodel=ReadMessageItem&exvsurl=1

    0 comments No comments