Dmitry Kostochko

Video HowTo: Outlook Inspector regions – InspectorRegion region (VB.NET)

Today we are going to review the potential of InspectorRegion. Using this region you can add your own form underneath the main page of any Outlook Inspector window, such as mail, contact, appointment etc. Let’s see how to create it.

In our video example, we will create a new region, bind it to Outlook mail items, add the System.Windows.Forms.WebBrowser control to our form and get the HTMLBody property in the Activated event handler to show the html content of an email message on the form.

This sample closes our Outlook Inspector regions customization series, hope you enjoyed it! You can find links to all other videos of this series at the end of this post.

Let’s see how it works:

This sample video was captured in Visual Studio 2010 (VB.NET) with Add-in Express 2010 for Office and .net.

You may also be interested in:

Outlook form regions
Video HowTo: Outlook Inspector regions – CompleteReplacement region (VB.NET)
Video HowTo: Outlook Inspector regions – LeftSubpane region (VB.NET)
Video HowTo: Outlook Inspector regions – TopSubpane region (VB.NET)
Video HowTo: Outlook Inspector regions – RightSubpane region (VB.NET)
Video HowTo: Outlook Inspector regions – BottomSubpane region (VB.NET)

Post a comment

Have any questions? Ask us right now!