Accessing a Form Region from an Inspector

E

escamoteur

Hi,

if I have the reference to an inspector, is it possible from there to access its form region? (Outlook 2007, COM Addin, c#)

Thanks

Tom
 
K

Ken Slovak - [MVP - Outlook]

I work backwards from that and set a form region object in my Inspector
wrapper class when the Inspector is opened and I get a call for
GetFormRegionStorage() or BeforeFormRegionShow().
 
Top