1

Is there any way to display a web page (or add HTML code) in the Custom Task Pane in Outlook 2016 COM (VSTO) AddIn similar to what we do in Iframes?

1 Answers1

1

Sure, add a web browser control to your task pane and you can display any HTML content.

Dmitry Streblechenko
  • 62,942
  • 4
  • 53
  • 78