I have an app that shows in an gallery the inbox of outlook unread emails and I want to put your link in a tag that when I click this leads to that message
how I achieve this dynamically since this app will be used by several users
Solved! Go to Solution.
Hi @octaking
I dont believe you can open outlook item directly using a url
Since you already have the email information, you could try and show the data within PowerApps itself
Regards,
Reza Dorrani
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
Hi @RezaDorrani
Remember that you helped me to open a flow approval from a link
In this case it is not similar?
It would be great to be able to open the mail for users to read it, so that it does not appear in the gallery once they read it, since it only shows unread emails
Hi @octaking ,
It is, but outlook security is different
I actually thought of
https://outlook.office.com/mail/inbox/id/idyougetformail
and even tested it but it redirects to inbox again which tells me there is some referral url logic in outlook for secuirty purposes
Give it a try and see
Hi @RezaDorrani
Does this work for you? Launch(Concatenate("https://outlook.office.com/mail/inbox/id/",ConversationId)) I can't prove it since my outlook license expired
Hi @RezaDorrani
Can you try this
Launch(Concatenate("https://outlook.office.com/mail/inbox/id/",ConversationId))
I can't prove it since my outlook license expired
I tried this, it launches outlook in web browser with the correct url but then redirects to https://outlook.office.com/mail/inbox
Hi @RezaDorrani
Finally you can try this please
Launch(Concatenate("https://outlook.office.com/mail/inbox/",Id,"/",ConversationId))
User | Count |
---|---|
140 | |
136 | |
77 | |
75 | |
69 |
User | Count |
---|---|
224 | |
186 | |
68 | |
63 | |
57 |