Hi,
I have a plugin that is triggered on create of an email. It gets a list of contacts, which I then need to display in an iframe on a tab on the form. I've only ever coded iframes using aspx pages, so I don't know if it's possible to populate the iframe with
the results from the plugin. If so, how do I do that? The existing plugin is contained within a solution that has all the other plugins, any existing iframes are in a separate website solution.
Thanks.