Dmitry Kostochko

Video HowTo: Outlook Explorer regions – WebView region (VB.NET)

The next region that we will tackle in this series of HowTo samples is the WebView region. This region completely replaces the standard Outlook SuperGrid for specified folders. For example, you can create a custom view for Mail folders, Contact folders or for a particular folder like Inbox or Drafts, or for all Outlook folders at once.

In our code, we are going to handle the ADXFolderSwitch event and show the SenderName, To, Subject and SentOn properties of all mail items of the current folder in the System.Windows.Forms.DataGridView control located on our form.

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.

See other video HowTo samples of this series:

Video HowTo: Embed your form into Explorer window under Outlook Navigation Pane
Video HowTo: Modify Outlook To-Do bar with custom forms – BottomTodoBar region (VB.NET)
Video HowTo: Outlook Explorer regions – BottomSubpane region (VB.NET)
Video HowTo: Outlook Explorer regions – TopSubpane region (VB.NET)
Video HowTo: Outlook Explorer regions – RightSubpane region (VB.NET)
Video HowTo: Outlook Explorer regions – LeftSubpane region (VB.NET)
Video HowTo: Outlook Explorer regions – FolderView region (VB.NET)

Post a comment

Have any questions? Ask us right now!