Forum Discussion
maheshkumaryu
Nov 15, 2022Copper Contributor
Outlook Deeplink opens a email compose window in draft state only for the first time
I am using the Outlook compose deeplink to open a new email in compose window from my react application with window.Open(deeplink), however for the very first time a new browser window is opened with...
maheshkumaryu
Nov 16, 2022Copper Contributor
Yes this is one of a functionality in our teams application
We have to open the outlook compose window pre-populating with email address in To, CC
And the subject field
We have to open the outlook compose window pre-populating with email address in To, CC
And the subject field
Meghana-MSFT
Microsoft
Nov 16, 2022maheshkumaryu - Could you please share which document you are referring to? In this create deep links doc, there is no such syntax that you mentioned. Can you please share code snippet that you are referring to?
- Meghana-MSFTNov 16, 2022
Microsoft
maheshkumaryu - We tried to open the above shared deeplink using window.open() and
microsoftTeams.app.openLink() and see the below behavior. There is no difference in how the deeplink is opened for the first and second time.- maheshkumaryuNov 16, 2022Copper ContributorThis is the syntax I am trying to open - https://outlook.office.com/mail/deeplink/compose/{emailItemId}?ItemID={emailItemId}&exvsurl=1
Can you please try to open the same link from an incognito window?- Meghana-MSFTNov 16, 2022
Microsoft
Can you please let me know how you are fetching the emailitemId? Can you please share a reference document. Thanks.