I have an Add-in for outlook, that fetches the data from the email and perform its functionality.
Next, I am looking to have an iframe containing a webpage.
Is there a way to make some kind of communication between the add-in and the webpage?
Use case:
Let's say, Using office APIs I'll fetch the subject of the email, then I want the subject to be copied to google search (input), and from my search button (external see arrow) I could trigger the action.