1

I'm trying to create a customized view to replace the default Outlook message reader (the reader is shown in this picture).

Standard Outlook Message Reader

I can't seem to find any resources on this, is it even possible?

SliverNinja - MSFT
  • 31,051
  • 11
  • 110
  • 173
Innatepirate
  • 113
  • 4
  • The picture you have is of Outlook **Explorer**, not an **Inspector**. The **Inspector** is a view of a single Outlook Item, whereas the **Explorer** is a view of multiple Outlook Items. See [MSDN for Outlook Object Model Overview](http://msdn.microsoft.com/en-us/library/ms268893%28v=vs.80%29.aspx). – SliverNinja - MSFT Jun 28 '12 at 13:48
  • Ohhhh! That would explain why nothing I came up with was relevant.. – Innatepirate Jun 28 '12 at 14:45

1 Answers1

1

You are probably looking for Explorer Folder View or Web View Regions. The only way to achieve what you're after is by leveraging low-level Win32 APIs - outside the scope of what VSTO offers. See related SO post.

Here are two approaches:

  1. Purchase AddIn Express which already handles the Win32 integration (see video here).
  2. Build the Adjacent Region yourself using Win32 API calls.
Community
  • 1
  • 1
SliverNinja - MSFT
  • 31,051
  • 11
  • 110
  • 173