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...
Meghana-MSFT
Microsoft
Nov 16, 2022Can you please confirm if you are developing any Teams application. Based on the description it does not seem like a Teams application.
- maheshkumaryuNov 16, 2022Copper ContributorYes 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- Meghana-MSFTNov 16, 2022
Microsoft
maheshkumaryu - 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.